method
failure_message_for_should
1.2.0 -
Show latest stable
- Class:
Spec::Matchers::BeInstanceOf
failure_message_for_should()public
No documentation available.
# File lib/spec/matchers/be_instance_of.rb, line 17
def failure_message_for_should
"expected instance of #{@expected}, got #{@actual.inspect}"
end