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