Skip to content

Commit 7b1f50c

Browse files
committed
Set file_fixture_path
This allows us to use `ActiveSupport::TestCase#file_fixture`.
1 parent b28c180 commit 7b1f50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121

2222
module ActiveSupport
2323
class TestCase
24+
self.file_fixture_path = File.join(__dir__, "fixtures/files")
2425
end
2526
end

0 commit comments

Comments
 (0)