[ANN] test-loop 13.0.1

test-loop - Continuous testing for Ruby with fork/eval
            https://github.com/sunaku/test-loop#readme

What is it?

···

-----------

test-loop is a fast continuous testing tool for Ruby that automatically
detects and tests changes in your application in an efficient manner:

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

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

Housekeeping:

* Forgot to include `test/loop/coco` preset in gem package.

* Forgot to mention `test/loop/parallel_tests` preset in README.

--
Depend on the rabbit's foot if you will, but remember, it didn't help
the rabbit.