Skip to content

Commit 656913d

Browse files
committed
Remove non-needed dup
1 parent 8a332fb commit 656913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/tailwindcss/engines_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def setup_mock_engine(name, root_path)
8383

8484
Class.new(Rails::Engine) do
8585
define_singleton_method(:engine_name) { name }
86-
define_singleton_method(:root) { root_path.dup }
86+
define_singleton_method(:root) { root_path }
8787
end
8888
end
8989
end

0 commit comments

Comments
 (0)