Allows for simple parallel execution of rspec tests.
This adds support for running RSpec examples in parallel across N cores using Spring plus the parallel_rspec gem.
This gem lets you run your RSpec examples in parallel across across your CPUs. Each worker automatically gets its own database to avoid conflicts. The optional spring-prspec gem adds support for running under Spring.