aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/non_erb_block_content_for.builder
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/non_erb_block_content_for.builder')
-rw-r--r--actionpack/test/fixtures/test/non_erb_block_content_for.builder4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/fixtures/test/non_erb_block_content_for.builder b/actionpack/test/fixtures/test/non_erb_block_content_for.builder
deleted file mode 100644
index d539a425a4..0000000000
--- a/actionpack/test/fixtures/test/non_erb_block_content_for.builder
+++ /dev/null
@@ -1,4 +0,0 @@
-content_for :title do
- 'Putting stuff in the title!'
-end
-xml << "Great stuff!"