Tips on how to speed up a Ruby Test Suit
“Why on earth is my test suite taking so long to run?”
If you are a developer, you might have asked this question at least once to yourself. So did we, our rails project’s test suite was taking a good 1 hour 30 minutes to run and we wanted to improve that time so badly that we eventually did exactly that, reducing nearly 1 and half hours to just minutes, and this is how we did it.
https://blog.redpanthers.co/made-rspec-test-suite-run-2x-faster/
Post a comment