Adds foundation 6 🎉
This commit is contained in:
@@ -24,7 +24,16 @@ RSpec.configure do |config|
|
||||
end
|
||||
end
|
||||
|
||||
Capybara.register_driver :poltergeist do |app|
|
||||
Capybara::Poltergeist::Driver.new(app,
|
||||
inspector: true, # allows remote debugging by executing page.driver.debug
|
||||
phantomjs_logger: File.open(File::NULL, "w"), # don't print console.log calls in console
|
||||
phantomjs_options: ['--load-images=no', '--disk-cache=false']
|
||||
)
|
||||
end
|
||||
|
||||
Capybara.javascript_driver = :poltergeist
|
||||
|
||||
Capybara.exact = true
|
||||
|
||||
OmniAuth.config.test_mode = true
|
||||
|
||||
Reference in New Issue
Block a user