diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 86a2bdbd7..2c534265f 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -34,7 +34,7 @@ end 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")] # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false