diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 939873883..2ebfc5477 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -38,5 +38,5 @@ Rspec.configure do |config| # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, comment the following line or assign false # instead of true. - config.use_transactional_fixtures = true +# config.use_transactional_fixtures = true end