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 656913d commit 3b1f4f2Copy full SHA for 3b1f4f2
test/lib/tailwindcss/engines_test.rb
@@ -4,7 +4,7 @@
4
class Tailwindcss::EnginesTest < ActiveSupport::TestCase
5
def setup
6
super
7
- @tmpdir_path = Pathname.new(Dir.mktmpdir)
+ @tmpdir_path = Pathname.new(TAILWINDCSS_TEST_APP_ROOT)
8
@builds_dir = @tmpdir_path.join("app/assets/builds/tailwind")
9
end
10
0 commit comments