Traditional
test-driven development can, at times, be cumbersome. You have to stop
writing code in order to run your tests. Luckily, there are solutions,
which provide the ability to automatically run your tests as you code.
In this tutorial, you will learn how to use a Ruby gem, called watchr, to monitor your code and automatically run the appropriate tests whenever you save your work.
View Tutorial
View Tutorial