Mocha Release 0.9.10

Includes new unstubbing functionality.

Release Notes

  • Added Mocha::ObjectMethods#unstub method – see GitHub issue.
  • Inherit Mocha::ExpectationError from Exception instead of StandardError 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 bugPASSTHROUGH_EXCEPTIONS are defined on MiniTest::Unit::TestCase not in Mocha – thanks to Brian Troutwine