Readme.md in parallel_tests-2.29.2 vs Readme.md in parallel_tests-2.30.0

- old
+ new

@@ -264,18 +264,17 @@ - Supports Cucumber 2.0+ and is actively maintained - Combines many JSON files into a single file - Builds a HTML report from JSON with support for debug msgs & embedded Base64 images. ### General - - [SQL schema format] use :ruby schema format to get faster parallel:prepare` - [ZSH] use quotes to use rake arguments `rake "parallel:prepare[3]"` - [Memcached] use different namespaces<br/> e.g. `config.cache_store = ..., namespace: "test_#{ENV['TEST_ENV_NUMBER']}"` - Debug errors that only happen with multiple files using `--verbose` and [cleanser](https://github.com/grosser/cleanser) - `export PARALLEL_TEST_PROCESSORS=13` to override default processor count - Shell alias: `alias prspec='parallel_rspec -m 2 --'` - - [Spring] to use spring you have to [patch it](https://github.com/grosser/parallel_tests/wiki/Spring) + - [Spring] Add the [spring-commands-parallel-tests](https://github.com/DocSpring/spring-commands-parallel-tests) gem to your `Gemfile` to get `parallel_tests` working with Spring. - `--first-is-1` will make the first environment be `1`, so you can test while running your full suite.<br/> `export PARALLEL_TEST_FIRST_IS_1=true` will provide the same result - [email_spec and/or action_mailer_cache_delivery](https://github.com/grosser/parallel_tests/wiki) - [zeus-parallel_tests](https://github.com/sevos/zeus-parallel_tests) - [Distributed parallel test (e.g. Travis Support)](https://github.com/grosser/parallel_tests/wiki/Distributed-Parallel-Tests-and-Travis-Support) @@ -371,9 +370,10 @@ - [David Rodríguez](https://github.com/deivid-rodriguez) - [Justin Doody](https://github.com/justindoody) - [Sandeep Singh](https://github.com/sandeepnagra) - [Calaway](https://github.com/calaway) - [alboyadjian](https://github.com/alboyadjian) + - [Nathan Broadbent](https://github.com/ndbroadbent) [Michael Grosser](http://grosser.it)<br/> michael@grosser.it<br/> License: MIT