mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Small code example fix
This commit is contained in:
parent
d2a7ee40bf
commit
7f92c7eb5b
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ RSpec.configure do |config|
|
||||||
DatabaseCleaner.start
|
DatabaseCleaner.start
|
||||||
end
|
end
|
||||||
|
|
||||||
config.after(:each)
|
config.after(:each) do
|
||||||
DatabaseCleaner.clean
|
DatabaseCleaner.clean
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue