method
failure_message
1.1.4 -
Show latest stable
- Class:
Spec::Matchers::Has
failure_message()public
No documentation available.
# File lib/spec/matchers/has.rb, line 14
def failure_message
"expected ##{predicate}(#{@args[0].inspect}) to return true, got false"
end