mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Added space
:)
This commit is contained in:
parent
b8edac6bd0
commit
dbcf380bb6
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ RSpec.configure do |config|
|
||||||
end
|
end
|
||||||
|
|
||||||
config.before(:each) do |example|
|
config.before(:each) do |example|
|
||||||
DatabaseCleaner.strategy= example.metadata[:js] ? :truncation : :transaction
|
DatabaseCleaner.strategy = example.metadata[:js] ? :truncation : :transaction
|
||||||
DatabaseCleaner.start
|
DatabaseCleaner.start
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue