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