Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused arg for HashMethods#mocha_inspect
This was introduced in this commit [1] apparently as a precursor to the addition of ParameterMatchers::HasKeys in this commit [2]. However, the latter only actually used the new optional `wrapped` argument when calling ArrayMethods#mocha_inspect, and so I think the change to HashMethods#mocha_inspect was unnecessary. Since HashMethods#mocha_inspect is not a published part of the API, this shouldn't require a major version bump. Thanks to @wasabigeek for highlighting [3] this issue in wasabigeek#2. [1]: d8f44bc [2]: 18d8104 [3]: https://github.com/wasabigeek/mocha/pull/2/files#r989194611
- Loading branch information