aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello_xml_world.builder
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-05 23:58:20 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-25 11:39:13 +0200
commitacc8e25902902a7123fb34aaf143f73a8ef729dd (patch)
tree33561d31e73b439ac8253348a000b3471c5c9de7 /actionview/test/fixtures/actionpack/test/hello_xml_world.builder
parentaa2d0038127f3b0d25e0f9dbb941c6dd0b2714c3 (diff)
downloadrails-acc8e25902902a7123fb34aaf143f73a8ef729dd.tar.gz
rails-acc8e25902902a7123fb34aaf143f73a8ef729dd.tar.bz2
rails-acc8e25902902a7123fb34aaf143f73a8ef729dd.zip
Move render_test to AV
Diffstat (limited to 'actionview/test/fixtures/actionpack/test/hello_xml_world.builder')
-rw-r--r--actionview/test/fixtures/actionpack/test/hello_xml_world.builder11
1 files changed, 11 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/test/hello_xml_world.builder b/actionview/test/fixtures/actionpack/test/hello_xml_world.builder
new file mode 100644
index 0000000000..e7081b89fe
--- /dev/null
+++ b/actionview/test/fixtures/actionpack/test/hello_xml_world.builder
@@ -0,0 +1,11 @@
+xml.html do
+ xml.head do
+ xml.title "Hello World"
+ end
+
+ xml.body do
+ xml.p "abes"
+ xml.p "monks"
+ xml.p "wiseguys"
+ end
+end \ No newline at end of file