A keyboard shortcut to run tests with watchr
When developing in rails I use watchr to run the tests each time a file is saved, but lots of times I find my self adding a whitespace or a newline and saving just to trigger watchr and run the tests.
I wanted to have a simple keyboard shortcut (like F15) to tell watchr to run the last spec, here is how I made it:
Post a comment