Skip to content

Commit 8e5ee7b

Browse files
committed
rubocop
1 parent 33b7576 commit 8e5ee7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/engine/engine_block_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ class EngineBlockTest < Minitest::Spec
107107

108108
assert_compiled_snapshot(template)
109109
end
110-
110+
111111
test "inline comment on end inside output block does not break parens" do
112-
template = '<%= render Foo.new do %>hello<% end # comment %>'
112+
template = "<%= render Foo.new do %>hello<% end # comment %>"
113113

114114
assert_compiled_snapshot(template)
115115
end

0 commit comments

Comments
 (0)