Commit 2d1d91bc39c6286b9f1e84145cc91b22bb8034ae
Committed by
Daniela Feitosa
1 parent
a5bac9a1
Exists in
master
and in
29 other branches
databasecleaner problem
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
features/support/selenium.rb
... | ... | @@ -8,6 +8,7 @@ Capybara.register_driver :selenium do |app| |
8 | 8 | Capybara::Selenium::Driver.new(app, :browser => :firefox) |
9 | 9 | end |
10 | 10 | |
11 | +# FIXME: 'DELETE FROM ...' is being ran 3x - see cucumber.log | |
11 | 12 | DatabaseCleaner.clean_with :truncation |
12 | 13 | DatabaseCleaner.strategy = :truncation |
13 | 14 | ... | ... |