Skip to content

Commit

Permalink
restore TestHelper capyabra configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Nov 11, 2024
1 parent e0fc50a commit 7e126c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 7e126c5

Please sign in to comment.