Skip to content

Instantly share code, notes, and snippets.

@cwsaylor
Created January 6, 2014 21:38
Show Gist options
  • Save cwsaylor/8290240 to your computer and use it in GitHub Desktop.
Save cwsaylor/8290240 to your computer and use it in GitHub Desktop.
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, :phantomjs_options => ["--cookies-file=#{::Rails.root}/spec/features/cookies.txt"])
end
Capybara.javascript_driver = :poltergeist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment