Mocha Release 0.9.3

Release Notes

  • Added support for MiniTest thanks to sprsquish.
  • Fixed a possible bug with some of the non-default Configuration options relating to the argument to Object#respond_to?
  • As per Jay Fields recommendations and with further impetus from a talk on Unobtrusive Metaprogramming by Sean O’Halpin at Ruby Manor, any methods added to core classes are now added by including a module. This means that Mocha is a better citizen of the Ruby world and it’s behaviour is more easily extended.
  • Removed deprecated gem autorequire.