aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/fixtures/test/hello_world_from_rxml.builder4
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"