removes use_transaction_fixtures from rails_helper

It is already configured in spec_helper.rb (and makes other things fail)
This commit is contained in:
kikito
2015-07-27 19:07:02 +02:00
parent d8367464c6
commit be173ff581

View File

@@ -14,8 +14,7 @@ Warden.test_mode!
ActiveRecord::Migration.maintain_test_schema! ActiveRecord::Migration.maintain_test_schema!
RSpec.configure do |config| RSpec.configure do |config|
config.use_transactional_fixtures = true
config.infer_spec_type_from_file_location! config.infer_spec_type_from_file_location!
end end
Capybara.javascript_driver = :poltergeist Capybara.javascript_driver = :poltergeist