Stephen is very happy with Zeus for speeding up his testing on OpenApply. But he also like to use tags in his tests to selectively launch specs collections rather than the whole thing:
context 'enrollment', for_test: true do
xxx
end
and then
zeus rspec —tag=for_test