Mocha Release 0.9.10
Includes new unstubbing functionality.
Release Notes
- Added
Mocha::ObjectMethods#unstub
method – see GitHub issue. - Inherit
Mocha::ExpectationError
fromException
instead ofStandardError
to 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_EXCEPTIONS
are defined onMiniTest::Unit::TestCase
not inMocha
– thanks to Brian Troutwine