I have to perform many tests on a platform and I regularly have to run tests on my local machine.
I use Rspec for testing.
These tests take time and in the meantime, I would like to be able to checkout in another window of my terminal.
Have you ever had to do this? How do you do it?