method
failure_message_for_should_not
rspec latest stable - Class:
Spec::Matchers::BeInstanceOf
failure_message_for_should_not()public
No documentation available.
# File lib/spec/matchers/be_instance_of.rb, line 21
def failure_message_for_should_not
"expected #{@actual.inspect} not to be an instance of #{@expected}"
end