Closed npezza93 closed 2 months ago
When using fake_stripe in Rails 6 with tests running in parallel, an "address in use" error is thrown when the Capybara server is booted for all workers that are not the first. This change will start a new server for each worker.
When using fake_stripe in Rails 6 with tests running in parallel, an "address in use" error is thrown when the Capybara server is booted for all workers that are not the first. This change will start a new server for each worker.