aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello.builder
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/actionpack/test/hello.builder')
-rw-r--r--actionview/test/fixtures/actionpack/test/hello.builder4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/test/hello.builder b/actionview/test/fixtures/actionpack/test/hello.builder
new file mode 100644
index 0000000000..b8ab17ad5b
--- /dev/null
+++ b/actionview/test/fixtures/actionpack/test/hello.builder
@@ -0,0 +1,4 @@
+xml.html do
+ xml.p "Hello #{@name}"
+ xml << render(file: "test/greeting")
+end