diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 22:36:11 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-12-10 22:36:11 +0000 |
commit | 18344e9b0e667b592c2990c25628738b2b161538 (patch) | |
tree | 950d380e1574124e48034afdcef7854f47955ca9 /actionpack/test | |
parent | 93ec552e9b76be7491dfe06c09e0e636dfd0d3a3 (diff) | |
download | rails-18344e9b0e667b592c2990c25628738b2b161538.tar.gz rails-18344e9b0e667b592c2990c25628738b2b161538.tar.bz2 rails-18344e9b0e667b592c2990c25628738b2b161538.zip |
Missed commit. Closes #10437.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8373 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/fixtures/test/hello_world_from_rxml.builder | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/hello_world_from_rxml.builder b/actionpack/test/fixtures/test/hello_world_from_rxml.builder new file mode 100644 index 0000000000..8455b11edc --- /dev/null +++ b/actionpack/test/fixtures/test/hello_world_from_rxml.builder @@ -0,0 +1,4 @@ +xml.html do + xml.p "Hello" +end +"String return value" |