aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder')
-rw-r--r--actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder b/actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder
index 619a97ba96..2a87fd1a3d 100644
--- a/actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder
+++ b/actionview/test/fixtures/actionpack/test/hello_world_from_rxml.builder
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
xml.html do
xml.p "Hello"
end