[ANN] TestR 14.0.1

TestR - Continuous testing tool for Ruby
             https://github.com/sunaku/testr#readme

What is it?

···

-----------

TestR is a continuous testing tool for Ruby that efficiently
detects and tests changes in your Ruby application & test suite:

  1. Absorbs test execution overhead into the master Ruby process.
  2. Forks to run your test files in parallel and without overhead.
  3. Avoids running unchanged tests inside changed test files.

What is new?
------------

Bug fixes:

* Use blue/red (not red/green) for pass/fail instead of green/red to
  accommodate the color blind.

* Incorrect test name regexp was passed down to Test::Unit. This
  broke focused testing, where only changed tests in a changed
  test file are run.

Housekeeping:

* Make `testr-master` wait for killed worker processes before
  exiting.

--
Today is a good day for information-gathering. Read someone else's
mail file.