diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 6163b5b1..35dd1296 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -32,7 +32,7 @@ ActiveRecord::Migration.maintain_test_schema! RSpec.configure do |config| # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures - config.fixture_path = Rails.root.join('spec/fixtures') + config.fixture_paths = [Rails.root.join('spec/fixtures')] # RSpec Rails can automatically mix in different behaviours to your tests # based on their file location, for example enabling you to call `get` and