Readme.md in parallel_split_test-0.1.5 vs Readme.md in parallel_split_test-0.2.0

- old
+ new

@@ -36,31 +36,33 @@ parallel_split_test spec/xxx_spec.rb [regular rspec options] Output ====== - time ./bin/parallel_split_test spec/xx_spec.rb + parallel_split_test spec/xx_spec.rb + + Running examples in 2 processes . Finished in 5 seconds 1 example, 0 failures .. Finished in 1 seconds 2 examples, 0 failures - real 0m11.015s - user 0m0.908s - sys 0m0.080s + Summary: + 1 example, 0 failures + 2 examples, 0 failures + Took 10.06 seconds with 2 processes TIPS ==== - set number of processes to use with `PARALLEL_SPLIT_TEST_PROCESSES` environment variable TODO ==== - - re-print summary of all test results - Cucumber support - Test::Unit support Author ======