[ANN] TestR 14.1.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:

  * Do not fail when given test file no longer exists.

  * Make xUnit `--name` option regexp case-insensitive.

  * RSpec does not accept regexp for `--example` option;
    see https://github.com/rspec/rspec-core/issues/445
    and https://github.com/dchelimsky/rspec/issues/44

  * Ruby 1.8.7 does not have Symbol#upcase() method.

Housekeeping:

  * README: add another SQLite3 error to known issues.
    Thanks to Luke Wendling for contributing this patch.

  * README: add a section explaining usage and theory.

  * README: show example earlier in factory_girl tip.

  * README: update lines of code statistic: 372 SLOC.

  * Better variable naming for self-documentation.

  * Upgrade to binman 2.0.0 for UNIX man pages.

--
If this is timesharing, give me my share right now.