aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/ruby_template.ruby
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/ruby_template.ruby')
-rw-r--r--actionpack/test/fixtures/ruby_template.ruby1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/ruby_template.ruby b/actionpack/test/fixtures/ruby_template.ruby
index 5097bce47c..cae21339f5 100644
--- a/actionpack/test/fixtures/ruby_template.ruby
+++ b/actionpack/test/fixtures/ruby_template.ruby
@@ -1,2 +1,3 @@
+# frozen_string_literal: true
body = ""
body << ["Hello", "from", "Ruby", "code"].join(" ")