Tell puma to STFU

This commit is contained in:
gregoirenovel 2018-10-08 18:43:40 +02:00
parent 478fb88618
commit 873bf2fc0f

View file

@ -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