Mocha Release 0.9.10
Includes new unstubbing functionality.
Release Notes
- Added
Mocha::ObjectMethods#unstubmethod – see GitHub issue. - Inherit
Mocha::ExpectationErrorfromExceptioninstead ofStandardErrorto reduce the chances of a test passing by accident – thanks to James Sanders – see GitHub issue - Fixed bug – GitHub README page to link correctly to code examples
- Fixed bug –
PASSTHROUGH_EXCEPTIONSare defined onMiniTest::Unit::TestCasenot inMocha– thanks to Brian Troutwine