From 2e34ec6583c27db595eaaed90374765ad70d1410 Mon Sep 17 00:00:00 2001 From: Duccio Armenise Date: Wed, 26 Nov 2014 13:03:00 +0100 Subject: [PATCH] Removed stale code `config.use_transactional_fixture` is set to false and I guess it should remain set to false. --- spec/rails_helper.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 94c20c94..41e8347e 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -42,11 +42,6 @@ DatabaseCleaner.clean end - # 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 - # instead of true. - config.use_transactional_fixtures = true - # RSpec Rails can automatically mix in different behaviours to your tests # based on their file location, for example enabling you to call `get` and # `post` in specs under `spec/controllers`.