Commit 2d1d91bc39c6286b9f1e84145cc91b22bb8034ae

Authored by Daniel Cunha
Committed by Daniela Feitosa
1 parent a5bac9a1

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  
... ...