Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove non-needed dup
  • Loading branch information
bopm committed Jun 11, 2025
commit 656913dda34b3092b1c65921f55ec9b6e69f38e5
2 changes: 1 addition & 1 deletion test/lib/tailwindcss/engines_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def setup_mock_engine(name, root_path)

Class.new(Rails::Engine) do
define_singleton_method(:engine_name) { name }
define_singleton_method(:root) { root_path.dup }
define_singleton_method(:root) { root_path }
end
end
end
Loading