From be173ff581faec0d11da10ddc673c6e11cece27b Mon Sep 17 00:00:00 2001 From: kikito Date: Mon, 27 Jul 2015 19:07:02 +0200 Subject: [PATCH] removes use_transaction_fixtures from rails_helper It is already configured in spec_helper.rb (and makes other things fail) --- spec/rails_helper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 93619a5b1..2d2a80824 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -14,8 +14,7 @@ Warden.test_mode! ActiveRecord::Migration.maintain_test_schema! RSpec.configure do |config| - config.use_transactional_fixtures = true config.infer_spec_type_from_file_location! end -Capybara.javascript_driver = :poltergeist \ No newline at end of file +Capybara.javascript_driver = :poltergeist