Skip to content

Instantly share code, notes, and snippets.

@shepmaster
Created October 29, 2012 17:48
Show Gist options
  • Select an option

  • Save shepmaster/3975181 to your computer and use it in GitHub Desktop.

Select an option

Save shepmaster/3975181 to your computer and use it in GitHub Desktop.
if ENV['SELENIUM_BROWSER']
Capybara.register_driver :selenium do |app|
browser = ENV['SELENIUM_BROWSER'].to_sym
Capybara::Selenium::Driver.new(app, :browser => browser)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment