Skip to content
Snippets Groups Projects
Unverified Commit 49ea6ac7 authored by Airat Shigapov's avatar Airat Shigapov
Browse files

Make sure DatabaseCleaner.clean runs AFTER Capybara's cleanup

parent beb0b666
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,7 @@ RSpec.configure do |config|
DatabaseCleaner.start
end
 
config.after(:each) do
config.append_after(:each) do
DatabaseCleaner.clean
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment