Automatically Run Tests While Solving Exercism.io Exercises
I've been learning Ruby during my sabbatical, and found the exercises from Exercism.io a great way to do that. Manually running the unit tests was tedious, though, so I setup Guard to do it automatically whenever I save a file.