Tork 18.2.1

Tork ----> Test with fork → GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change 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.

Version 18.2.1 (2012-07-05)

Patch:

  • GH-37: switch from Guard::Listener to Listen gem.
    Thanks to Jesse Cooke for reporting this issue.

Other:

  • gemspec: need to provide .0 suffix for ~> operator.

  • gemspec: LICENSE file contains UTF-8 author names.