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 #97 –
Mocha::ParameterMatchers#has_entry
does not work with anArray
as the entry’svalue
. Thanks to Neil Gokli. - Allow deprecation
:debug
mode to be switched on fromMOCHA_OPTIONS
environment variable.