[ANN] 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&gt;\.
    Also added forgotten Luke Wendling to the list.

--
Writing software is more fun than working.