thoughtbot / fake_stripe

A Stripe fake so that you can avoid hitting Stripe servers in tests.
MIT License
401 stars 78 forks source link

Support Rails 6 test parallelization #103

Closed npezza93 closed 2 months ago

npezza93 commented 5 years 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.