Mocha Release 0.13.1

Fix Mocha::ParameterMatchers#has_entry to work with an Array as the entry's value.

Release Notes

  • Fix for issue #97Mocha::ParameterMatchers#has_entry does not work with an Array as the entry’s value. Thanks to Neil Gokli.
  • Allow deprecation :debug mode to be switched on from MOCHA_OPTIONS environment variable.