Created
August 30, 2012 11:24
-
-
Save roolo/3526642 to your computer and use it in GitHub Desktop.
Testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Capybara.register_driver :selenium_chrome do |app| | |
| Capybara::Selenium::Driver.new app, :browser => :chrome | |
| end | |
| Capybara.javascript_driver = :selenium_chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment