Skip to content

Commit 0a189f6

Browse files
spastorinorafaelfranca
authored andcommitted
Merge pull request rails#25679 from voxik/file-fixtures-test-require-pathname
Pathname might not be always initialized.
1 parent 45083d8 commit 0a189f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activesupport/test/testing/file_fixtures_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
require 'abstract_unit'
22

3+
require 'pathname'
4+
35
class FileFixturesTest < ActiveSupport::TestCase
46
self.file_fixture_path = File.expand_path("../../file_fixtures", __FILE__)
57

0 commit comments

Comments
 (0)