Skip to content

Instantly share code, notes, and snippets.

@noelrappin
Created October 18, 2017 14: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 noelrappin/fbe5ab0b4051e556da74b15e542fcbfe to your computer and use it in GitHub Desktop.
Save noelrappin/fbe5ab0b4051e556da74b15e542fcbfe to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
config.before(:each, type: :system) do
driven_by :rack_test
end
config.before(:each, type: :system, js: true) do
driven_by :selenium_chrome_headless
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment