mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Use idiomatic Ruby
This commit is contained in:
parent
8c14a276dd
commit
14fbea7fa9
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ RSpec.configure do |config|
|
|||
# with the specs, so continue to use transaction strategy for speed.
|
||||
driver_shares_db_connection_with_specs = Capybara.current_driver == :rack_test
|
||||
|
||||
if !driver_shares_db_connection_with_specs
|
||||
unless driver_shares_db_connection_with_specs
|
||||
# Driver is probably for an external browser with an app
|
||||
# under test that does *not* share a database connection with the
|
||||
# specs, so use truncation strategy.
|
||||
|
|
Loading…
Reference in a new issue