class RSpec::Matchers::BuiltIn::RaiseError

def does_not_match?(given_proc)

def does_not_match?(given_proc)
  !matches?(given_proc, :negative_expectation)
end