Method: BeKindOfMatcher#negative_failure_message

Defined in:
lib/mspec/matchers/be_kind_of.rb

#negative_failure_messageObject



15
16
17
# File 'lib/mspec/matchers/be_kind_of.rb', line 15

def negative_failure_message
  ["Expected #{@actual.inspect} (#{@actual.class})", "not to be kind of #{@expected}"]
end