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.
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
## Version 19.11.1 (2014-10-24)
This release improves support for RSpec 3 and Rails 4.
### Patch:
* GH-61: `uninitialized constant RSpec` for rspec > 3 (Jonathan Cairns).
* Fix TypeError in driver when multiple globs are used (Jonathan Cairns).
* Simple fix for detecting rails 4 apps (Jonathan Cairns).