Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Created December 3, 2010 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flomotlik/727058 to your computer and use it in GitHub Desktop.
Save flomotlik/727058 to your computer and use it in GitHub Desktop.
Drop file into spec/support when using rspec and capybara
require 'capybara/rails'
require 'capybara/session'
Capybara.run_server = true
Capybara.default_selector = :css
Capybara.default_wait_time = 2
Capybara.ignore_hidden_elements = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment