diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 71bbaf51f..a409eb399 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -10,7 +10,7 @@ Dir["./spec/shared/**/*.rb"].sort.each { |f| require f } RSpec.configure do |config| config.use_transactional_fixtures = true - config.fixture_path = "spec/fixtures/files" + config.fixture_paths = ["spec/fixtures/files"] config.filter_run_when_matching :focus config.include RequestSpecHelper, type: :request