Tork 19.6.1 - test with fork

Manuals: http://sunaku.github.io/tork
Sources: GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change it
RubyGem: tork | RubyGems.org | your community gem host

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.6.1 (2014-03-04)

This release improves support for old Rails versions.

Patch:

  • Rails < 3.1.0 does not have connection_config().

  • schema_cache() is only defined in Rails >= 4.