Tork 19.7.0 - test with fork

Manuals: http://sunaku.github.io/tork
Sources: https://github.com/sunaku/tork
RubyGem: 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.7.0 (2014-03-04)

This release automatically re-runs failed tests after reabsorbing
overhead.

Minor: