`
/ | ____ / |_
\ / __ \ / /\ _ __
| | \ / _ \ | | | | /
|| _ > > || ||
/ /
What is it?
TestR is a continuous testing tool for Ruby that efficiently
detects and tests changes in your Ruby application & test suite:
- Absorbs test execution overhead into the master Ruby process.
- Forks to run your test files in parallel and without overhead.
- 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.