method
fail_with_message
1.3.0 -
Show latest stable
- Class:
Spec::Matchers::OperatorMatcher
fail_with_message(message)public
No documentation available.
# File lib/spec/matchers/operator_matcher.rb, line 38
def fail_with_message(message)
Spec::Expectations.fail_with(message, @expected, @actual)
end