Helpful Settings When Running RSpec with parallel_tests
This article describes a few settings that are useful when running tests with parallel_tests, especially for reproducing and investigating failures that occur during CI runs. parallel_tests In CI environments, we often run RSpec in parallel to speed things up. For that, there’s a gem called parallel_tests. It’s very handy for utilizing multi-core CPUs efficiently. While…
