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.builder1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/test/fixtures/actionpack/test/hello.builder b/actionview/test/fixtures/actionpack/test/hello.builder
index 205ad8722f..b8ab17ad5b 100644
--- a/actionview/test/fixtures/actionpack/test/hello.builder
+++ b/actionview/test/fixtures/actionpack/test/hello.builder
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
xml.html do
xml.p "Hello #{@name}"
xml << render(file: "test/greeting")