Tork 15.1.0

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


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


What is it?

Tork is a continuous testing tool for Ruby that automatically
detects and tests changes in your Ruby application or test suite
in an efficient manner:

  1. Absorbs your test execution overhead into a master process.

  2. Forks to run your test files in parallel; overhead inherited.

  3. Avoids running unchanged tests inside changed test files.


What is new?

New features:

  • GH-19: add tork cucumber for running cucumber features.

Bug fixes:

  • tork/config/rails: support Rails 2 and don’t assume AR is used.
    (Benjamin Quorning)

  • tork/config: settings from configuration helpers specified in
    $TORK_CONFIGS should override settings from the .tork.rb file.

  • README: need to set $PATH to run this project from a git clone.

  • LICENSE: give copyright to major contributors only.
    See http://stackoverflow.com/questions/1497756.
    Also added forgotten Luke W. to the list.