class Spec::Matchers::RaiseError

def negative_failure_message

def negative_failure_message
  "expected no #{expected_error}#{actual_error}"
end