1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #25679 from voxik/file-fixtures-test-require-pathname

Pathname might not be always initialized.
This commit is contained in:
Santiago Pastorino 2016-07-04 15:23:52 -03:00 committed by Rafael Mendonça França
parent 45083d8a40
commit 0a189f6389
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -1,5 +1,7 @@
require 'abstract_unit'
require 'pathname'
class FileFixturesTest < ActiveSupport::TestCase
self.file_fixture_path = File.expand_path("../../file_fixtures", __FILE__)