minitest version 1.4.1 has been released!
Published 2009-06-23 @ 17:49
minitest/unit is a small and fast replacement for ruby’s huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.
mini/spec is a functionally complete spec engine.
mini/mock, by Steven Baker, is a beautifully tiny mock object framework.
(This package was called miniunit once upon a time)
Changes:
1.4.1 / 2009-06-23
-
1 major enhancement:
- Handle ^C and other fatal exceptions by failing
-
1 minor enhancement:
- Added something to catch mixed use of test/unit and minitest if $DEBUG
-
1 bug fix:
- Added SIGINFO handler for finding slow tests without verbose