Skip to content

Commit 645b1bd

Browse files
committed
rubocop
1 parent de9df81 commit 645b1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/phlex/rails/testing.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12

23
require "phlex/rails"
34
require "phlex/testing"
@@ -13,5 +14,5 @@ def controller
1314
end
1415

1516
Phlex::Testing::SGML.include(
16-
Phlex::Testing::RailsContext
17+
Phlex::Testing::RailsContext,
1718
)

0 commit comments

Comments
 (0)