Tork 18.0.1

Tork - Test with fork - GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change it


___ /___________ /__
_ _/ __ \ / //
/ /
/ // / / / ,
_
/_
// //|_
>>>------>


What is it?

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.


What is new?

Version 18.0.1 (2012-02-13)

Alert:

  • If you’re on Ruby 1.9, please use 1.9.3 or newer because 1.9.2
    is known to segfault under RSpec and Rails. (GH-30 and GH-32)

Patch:

  • GH-27: Cucumber features now run correctly under RSpec. Thanks
    to Scott Radcliff for reporting this issue and to David Burrows
    for solving it!

  • tork(1): fix undefined method `strip’ for nil:NilClass error.

  • tork/config: ignore directories given as configuration files.