aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/test/hello.rxml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/test/hello.rxml')
-rw-r--r--actionpack/test/fixtures/test/hello.rxml4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/hello.rxml b/actionpack/test/fixtures/test/hello.rxml
new file mode 100644
index 0000000000..82a4a310d3
--- /dev/null
+++ b/actionpack/test/fixtures/test/hello.rxml
@@ -0,0 +1,4 @@
+xml.html do
+ xml.p "Hello #{@name}"
+ xml << render_file("test/greeting")
+end \ No newline at end of file