We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a332fb commit 656913dCopy full SHA for 656913d
test/lib/tailwindcss/engines_test.rb
@@ -83,7 +83,7 @@ def setup_mock_engine(name, root_path)
83
84
Class.new(Rails::Engine) do
85
define_singleton_method(:engine_name) { name }
86
- define_singleton_method(:root) { root_path.dup }
+ define_singleton_method(:root) { root_path }
87
end
88
89
0 commit comments