aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-09-28 17:18:48 -0300
committerEmilio Tagua <miloops@gmail.com>2010-09-28 17:18:48 -0300
commitc648a4cb944bac6900bad084be5c701e32ae1b0d (patch)
tree2f76df6eed6afcbf4d4484cf884479c06acdebaf /actionpack/test
parent9917356d66a9dc6d7f8ea864d996faa1f020167d (diff)
downloadrails-c648a4cb944bac6900bad084be5c701e32ae1b0d.tar.gz
rails-c648a4cb944bac6900bad084be5c701e32ae1b0d.tar.bz2
rails-c648a4cb944bac6900bad084be5c701e32ae1b0d.zip
Remove useless string line causing a warning.
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/fixtures/test/hello_world_from_rxml.builder1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/test/hello_world_from_rxml.builder b/actionpack/test/fixtures/test/hello_world_from_rxml.builder
index 8455b11edc..619a97ba96 100644
--- a/actionpack/test/fixtures/test/hello_world_from_rxml.builder
+++ b/actionpack/test/fixtures/test/hello_world_from_rxml.builder
@@ -1,4 +1,3 @@
xml.html do
xml.p "Hello"
end
-"String return value"