class RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher

def description

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