I am trying to make parallel tests using rspec and rails 6. According to their documentation, it is just required to add PARALLEL_WORKERS=15 where 15 is the number of workers. However, this works for Testcases and not for rspecs.
Have anybody found a solution to make it works with rspec?
https://edgeguides.rubyonrails.org/testing.html#parallel-testing