Readme.md in parallel_tests-0.16.17 vs Readme.md in parallel_tests-1.0.0

- old
+ new

@@ -97,11 +97,10 @@ This log file will be loaded on the next test run, and the tests will be grouped so that each process should finish around the same time. Rspec: Add to your `.rspec_parallel` (or `.rspec`) : - If installed as plugin: -I vendor/plugins/parallel_tests/lib --format progress --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec.log Test::Unit: Add to your `test_helper.rb`: ```ruby @@ -113,11 +112,10 @@ This logger logs the test output without the different processes overwriting each other. Add the following to your `.rspec_parallel` (or `.rspec`) : - If installed as plugin: -I vendor/plugins/parallel_tests/lib --format progress --format ParallelTests::RSpec::SummaryLogger --out tmp/spec_summary.log RSpec: FailuresLogger ----------------------- @@ -128,11 +126,10 @@ rspec /path/to/my_spec.rb:123 # should do something Add the following to your `.rspec_parallel` (or `.rspec`) : - If installed as plugin: -I vendor/plugins/parallel_tests/lib --format progress --format ParallelTests::RSpec::FailuresLogger --out tmp/failing_specs.log Cucumber: FailuresLogger ----------------------- @@ -295,9 +292,10 @@ - [Colin Harris](https://github.com/aberant) - [Wataru MIYAGUNI](https://github.com/gongo) - [Brandon Turner](https://github.com/blt04) - [Matt Hodgson](https://github.com/mhodgson) - [bicarbon8](https://github.com/bicarbon8) + - [seichner](https://github.com/seichner) [Michael Grosser](http://grosser.it)<br/> michael@grosser.it<br/> License: MIT<br/> [![Build Status](https://travis-ci.org/grosser/parallel_tests.png)](https://travis-ci.org/grosser/parallel_tests)