diff options
author | Emilio Tagua <miloops@gmail.com> | 2010-09-28 17:18:48 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2010-09-28 17:18:48 -0300 |
commit | c648a4cb944bac6900bad084be5c701e32ae1b0d (patch) | |
tree | 2f76df6eed6afcbf4d4484cf884479c06acdebaf /actionpack/test/fixtures | |
parent | 9917356d66a9dc6d7f8ea864d996faa1f020167d (diff) | |
download | rails-c648a4cb944bac6900bad084be5c701e32ae1b0d.tar.gz rails-c648a4cb944bac6900bad084be5c701e32ae1b0d.tar.bz2 rails-c648a4cb944bac6900bad084be5c701e32ae1b0d.zip |
Remove useless string line causing a warning.
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/test/hello_world_from_rxml.builder | 1 |
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" |