I've been looking at ways of speeding up my testing using some sort of parallel tests in combination with my current Guard setup. Guard-Hydra seemed like a good start but the Hydra gem itself is no longer maintained and the author directs people to parallel_tests instead.
Parallel tests seems very good. I got it working at the command line using the usual rake task, but I'm not capable of writing an appropriate guard extension myself. I've been rather surprised about the lack on info available when searching for 'guard parallel_tests'. Surely I'm not the only Rails developer out there with a multi-core PC who would be interested in speeding their tests up?