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 8fcbef4 commit cc3d1fdCopy full SHA for cc3d1fd
spec/rails_helper.rb
@@ -107,7 +107,7 @@ def self.capybara_tmp_path
107
config.use_transactional_fixtures = true
108
109
# Location for fixtures (logo, etc)
110
- config.fixture_path = "#{::Rails.root}/spec/fixtures"
+ config.fixture_paths = ["#{::Rails.root}/spec/fixtures"]
111
112
# Persistence for failures
113
config.example_status_persistence_file_path = "spec/example_failures.txt"
0 commit comments