aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/content_for.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/content_for.erb')
-rw-r--r--actionpack/test/fixtures/test/content_for.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/content_for.erb b/actionpack/test/fixtures/test/content_for.erb
new file mode 100644
index 0000000000..0e47ca8c3d
--- /dev/null
+++ b/actionpack/test/fixtures/test/content_for.erb
@@ -0,0 +1,2 @@
+<% content_for :title do %>Putting stuff in the title!<% end %>
+Great stuff! \ No newline at end of file