Manuals: https://sunaku.github.io/tork/man
Sources: https://github.com/sunaku/tork
Support: https://github.com/sunaku/tork/issues
Package: https://rubygems.org/gems/tork
Tork runs your tests as they change, in parallel:
1. Absorbs test execution overhead into a master process.
2. Forks to inherit overhead and run test files in parallel.
3. Avoids running unchanged tests inside changed test files.
## Version 19.8.2 (2014-07-01)
This release adds support for RSpec 3+ in the `spec` configuration helper.
### Patch:
* GH-58: RSpec 3.0 removed `--line_number` command-line option.
Thanks to Jonathan Cairns for reporting this issue in GH-58:
https://github.com/sunaku/tork/issues/58