Skip to content

Commit 3b1f4f2

Browse files
committed
Correction
1 parent 656913d commit 3b1f4f2

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
@@ -4,7 +4,7 @@
44
class Tailwindcss::EnginesTest < ActiveSupport::TestCase
55
def setup
66
super
7-
@tmpdir_path = Pathname.new(Dir.mktmpdir)
7+
@tmpdir_path = Pathname.new(TAILWINDCSS_TEST_APP_ROOT)
88
@builds_dir = @tmpdir_path.join("app/assets/builds/tailwind")
99
end
1010

0 commit comments

Comments
 (0)