class RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher

def description

def description
  "hash_including(#{@expected.inspect.sub(/^\{/,"").sub(/\}$/,"")})"
end