From 7e126c5a56f1ab4c1d7d9063ac0ac54efc668b3c Mon Sep 17 00:00:00 2001 From: Colby Swandale <996377+colby-swandale@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:20:25 +0000 Subject: [PATCH] restore TestHelper capyabra configuration --- test/test_helper.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index dd0b19efe0e..ea5aaba7cf0 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -56,6 +56,12 @@ end end +Capybara.default_max_wait_time = 2 +Capybara.app_host = "#{Gemcutter::PROTOCOL}://#{Gemcutter::HOST}" +Capybara.always_include_port = true +Capybara.server_port = 31_337 +Capybara.server = :puma, { Silent: true } + GoodJob::Execution.delete_all RubygemFs.mock!