Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 19, 2017 08:11
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 domagude/eee006fc7941fade4b66a534f3477b16 to your computer and use it in GitHub Desktop.
Save domagude/eee006fc7941fade4b66a534f3477b16 to your computer and use it in GitHub Desktop.
require 'capybara/poltergeist'
require 'factory_girl_rails'
require 'capybara/rspec'
config.include Devise::Test::IntegrationHelpers, type: :feature
config.include FactoryGirl::Syntax::Methods
Capybara.javascript_driver = :poltergeist
Capybara.server = :puma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment