aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/ruby_template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/ruby_template.rb')
-rw-r--r--actionpack/test/fixtures/ruby_template.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/ruby_template.rb b/actionpack/test/fixtures/ruby_template.rb
new file mode 100644
index 0000000000..d99833a24d
--- /dev/null
+++ b/actionpack/test/fixtures/ruby_template.rb
@@ -0,0 +1,3 @@
+body = ""
+body << ["Hello", "from", "Ruby", "code"].join(" ")
+body