Move to apparition for integration tests
This commit is contained in:
parent
8823ca2060
commit
6d9c35db20
13 changed files with 65 additions and 53 deletions
|
|
@ -5,8 +5,10 @@ require_relative 'support/coverage' # needs to be first
|
|||
require File.expand_path("../../config/environment", __FILE__)
|
||||
require 'rspec/rails'
|
||||
require 'capybara/rails'
|
||||
require 'capybara/apparition'
|
||||
|
||||
Capybara.javascript_driver = :webkit
|
||||
Capybara.server = :puma, { Silent: true }
|
||||
Capybara.javascript_driver = :apparition
|
||||
|
||||
# Requires supporting ruby files with custom matchers and macros, etc,
|
||||
# in spec/support/ and its subdirectories.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue