minitest version 1.7.2 has been released!
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 B., is a beautifully tiny mock object framework.
(This package was called miniunit once upon a time)
Changes:
1.7.2 / 2010-09-23
-
3 bug fixes:
- Fixed doco for expectations and Spec.
- Fixed test_capture_io on 1.9.3+ (sora_h)
- assert_raises now lets MiniTest::Skip through. (shyouhei)