Created
January 26, 2015 15:42
-
-
Save guymaliar/44daae43335730b556a3 to your computer and use it in GitHub Desktop.
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 :poltergeist do |app| | |
Capybara::Poltergeist::Driver.new(app, { | |
debug: true | |
}) | |
end | |
Capybara.javascript_driver = :poltergeist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment