Tell puma to STFU
This commit is contained in:
parent
478fb88618
commit
873bf2fc0f
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ Capybara.register_driver :headless_chrome do |app|
|
||||||
desired_capabilities: capabilities
|
desired_capabilities: capabilities
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# FIXME: remove this line when https://github.com/rspec/rspec-rails/issues/1897 has been fixed
|
||||||
|
Capybara.server = :puma, { Silent: true }
|
||||||
|
|
||||||
Capybara.default_max_wait_time = 2
|
Capybara.default_max_wait_time = 2
|
||||||
|
|
||||||
# Save a snapshot of the HTML page when an integration test fails
|
# Save a snapshot of the HTML page when an integration test fails
|
||||||
|
|
Loading…
Reference in a new issue