willbryant / parallel_rspec

Run individual RSpec examples efficiently in parallel across N cores
MIT License
27 stars 6 forks source link

Add a RakeTask class to allow prspec rake tasks to be built #4

Closed hornc closed 8 years ago

hornc commented 8 years ago

Wraps RSpec::Core::RakeTask by replacing the task's @rspec_path with this gem's exe/prspec

willbryant commented 8 years ago

Awesome, thanks!