method
negative_failure_message
rspec latest stable - Class:
Spec::Matchers::RaiseError
negative_failure_message()public
No documentation available.
# File lib/spec/matchers/raise_error.rb, line 62
def negative_failure_message
"expected no #{expected_error}#{given_error}"
end