TestR 14.1.3

`


/ | ____ / |_
\ / __ \ / /\ _ __
| | \ / _ \ | | | | /
|
| _
>
> || ||
/ /


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?

Internal changes:

  • Add support Guard v0.9.0 and newer in testr-herald. Thanks
    to Jose Pablo Barrantes for this
    contribution
    .

  • Tighten version constraints for gem dependencies to avoid
    future breakages.