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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user