Zeus is a tool for speeding up your tests by preloading a Rails app. parallel_tests also speeds up your tests by running them, well, in parallel. Two good gems, so why not to use them together? Let's make our CPUs sweat!
$ time rspec spec
...
Finished in 1 minute 8.34 seconds
916 examples, 0 failures
real 1m21.480s
user 1m4.805s
sys 0m4.516s