Writing tests is a significant part of the development process in the Ruby community.
The test suite’s run time increases as our application evolves. We don’t care until we find ourselves wasting time waiting for the green light.
I want to show you how to profile tests and make them run faster.