Skip to content

Instantly share code, notes, and snippets.

@jeffersongirao
Created March 1, 2010 01:02
Show Gist options
  • Save jeffersongirao/317981 to your computer and use it in GitHub Desktop.
Save jeffersongirao/317981 to your computer and use it in GitHub Desktop.
Webrat.configure do |config|
config.mode = :selenium
end
Cucumber::Rails::World.use_transactional_fixtures = false
World(Webrat::Selenium::Matchers)
require 'database_cleaner'
DatabaseCleaner.strategy = :truncation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment