Skip to content

Allow hash matchers to work with Hash descendants

Created by: agrberg

Instead of checking if the object passed to ArgumentMatchers#anythingize_lonely_key is strictly a Hash, check if it inherits from Hash using Case Equality inherited from Module.===

[fixes #1166 (closed)]

Merge request reports