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