Readme.md in parallel_tests-0.6.10 vs Readme.md in parallel_tests-0.6.11
- old
+ new
@@ -119,11 +119,11 @@
This logger produces pasteable command-line snippets for each failed example.
E.g.
- spec /path/to/my_spec.rb -e "should do something"
+ rspec /path/to/my_spec.rb:123 # should do something
Add the following to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
RSpec 1.x:
--format progress
@@ -183,9 +183,11 @@
- [RSpec] `./script/generate rspec` if you are running rspec from gems (this plugin uses script/spec which may fail if rspec files are outdated)
- [RSpec] remove --loadby from you spec/*.opts
- [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
+ - [Test::Unit runtime logger](https://gist.github.com/1333414) some basic plumbing done (needs some love and a pull-request)
- [SQL schema format] use :ruby schema format to get faster parallel:prepare`
- `export PARALLEL_TEST_PROCESSORS=X` in your environment and parallel_tests will use this number of processors by default
- with zsh this would be `rake "parallel:prepare[3]"`
TODO