class RSpec::Mocks::ArgumentMatchers::HashNotIncludingMatcher

def description

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