Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / test / content_for_concatenated.erb
diff --git a/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb b/vendor/rails/actionpack/test/fixtures/test/content_for_concatenated.erb
new file mode 100644 (file)
index 0000000..fb6b4b0
--- /dev/null
@@ -0,0 +1,3 @@
+<% content_for :title, "Putting stuff "
+   content_for :title, "in the title!" %>
+Great stuff!
\ No newline at end of file