aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-06-06 18:01:14 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-06-06 18:01:14 -0700
commitfe9d2ad6e84626d34f1850ef4668a87787d5c6b0 (patch)
treecdf7ec66399be11bc0ba25cb223995def4b8181c /actionpack/test/fixtures
parent26ec1be24a820327d00e22fb65764a3dc06977e2 (diff)
downloadrails-fe9d2ad6e84626d34f1850ef4668a87787d5c6b0.tar.gz
rails-fe9d2ad6e84626d34f1850ef4668a87787d5c6b0.tar.bz2
rails-fe9d2ad6e84626d34f1850ef4668a87787d5c6b0.zip
Remove some internal dead code that supported content_for
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/block_content_for.erb2
-rw-r--r--actionpack/test/fixtures/test/erb_content_for.erb2
2 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/fixtures/test/block_content_for.erb b/actionpack/test/fixtures/test/block_content_for.erb
deleted file mode 100644
index 9510337365..0000000000
--- a/actionpack/test/fixtures/test/block_content_for.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<% block_content_for :title do 'Putting stuff in the title!' end %>
-Great stuff! \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/erb_content_for.erb b/actionpack/test/fixtures/test/erb_content_for.erb
deleted file mode 100644
index c3bdd13643..0000000000
--- a/actionpack/test/fixtures/test/erb_content_for.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<% erb_content_for :title do %>Putting stuff in the title!<% end %>
-Great stuff! \ No newline at end of file