ruby-parallel-tests

Run Test::Unit / RSpec / Cucumber / Spinach in parallel
  https://github.com/grosser/parallel_tests
  0
  no reviews



Speedup Test::Unit + RSpec + Cucumber + Spinach by running parallel on multiple CPU cores. ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.