Tork 19.11.1 - test with fork

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: man/index — tork
Sources: GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change it
Support: Issues · sunaku/tork · GitHub
Package: tork | RubyGems.org | your community gem host

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).