method
failure_message_for_should
1.3.1 -
Show latest stable
- Class:
Spec::Matchers::Satisfy
failure_message_for_should()public
No documentation available.
# File lib/spec/matchers/satisfy.rb, line 15
def failure_message_for_should
"expected #{@actual} to satisfy block"
end