Readme.md in parallel_tests-0.7.3 vs Readme.md in parallel_tests-0.7.4
- old
+ new
@@ -153,10 +153,11 @@
- [RSpec] delete `script/spec`
- [RSpec] [spork](https://github.com/sporkrb/spork) does not work in parallel
- [RSpec] remove --loadby from you spec/*.opts
- [RSpec] Instantly see failures (instead of just a red F) with [rspec-instafail](https://github.com/grosser/rspec-instafail)
- [Bundler] if you have a `Gemfile` then `bundle exec` will be used to run tests
+ - [Cucumber] add a `parallel: foo` profile to your `config/cucumber.yml` and it will be used to run parallel tests
- [Capybara setup](https://github.com/grosser/parallel_tests/wiki)
- [Sphinx setup](https://github.com/grosser/parallel_tests/wiki)
- [Capistrano setup](https://github.com/grosser/parallel_tests/wiki/Remotely-with-capistrano) let your tests run on a big box instead of your laptop
- [SQL schema format] use :ruby schema format to get faster parallel:prepare`
- [ActiveRecord] if you do not have `db:abort_if_pending_migrations` add this to your Rakefile: `task('db:abort_if_pending_migrations'){}`
@@ -202,9 +203,10 @@
- [Sean Walbran](https://github.com/seanwalbran)
- [Lawrence Wang](https://github.com/levity)
- [Potapov Sergey](https://github.com/greyblake)
- [Łukasz Tackowiak](https://github.com/lukasztackowiak)
- [Pedro Carriço](https://github.com/pedrocarrico)
+ - [Pablo Manrubia Díez](https://github.com/pmanrubia)
[Michael Grosser](http://grosser.it)<br/>
michael@grosser.it<br/>
License: MIT