Readme.md in parallel_tests-0.7.0.rc3 vs Readme.md in parallel_tests-0.7.0

- old
+ new

@@ -113,11 +113,11 @@ Setup for non-rails =================== gem install parallel_tests # go to your project dir parallel_test test/ - parallel_spec spec/ + parallel_rspec spec/ parallel_cucumber features/ - use ENV['TEST_ENV_NUMBER'] inside your tests to select separate db/memcache/etc. - Only run selected files & folders: @@ -156,9 +156,10 @@ - [Capybara + Selenium] add to env.rb: `Capybara.server_port = 8888 + ENV['TEST_ENV_NUMBER'].to_i` - [RSpec] add a `.rspec_parallel` to use different options, e.g. **no --drb** - [RSpec] delete `script/spec` - [RSpec] [spork](https://github.com/timcharper/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 - [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`