From: Andy Allan Date: Wed, 28 Mar 2018 05:30:31 +0000 (+0800) Subject: Silence puma startup messages when running tests X-Git-Tag: live~3130 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9a5d83598727507c978ac18e47b5fcc1dc687fd3?ds=sidebyside Silence puma startup messages when running tests --- diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 18d5ec2f7..9abc7aa70 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -4,6 +4,8 @@ require "capybara/poltergeist" WebMock.disable_net_connect!(:allow_localhost => true) class ApplicationSystemTestCase < ActionDispatch::SystemTestCase + ActionDispatch::SystemTesting::Server.silence_puma = true + driven_by :poltergeist, :screen_size => [1400, 1400] def initialize(*args)