# File lib/spec/matchers/be_kind_of.rb, line 21
      def failure_message_for_should_not
        "expected #{@actual.inspect} not to be a kind of #{@expected}"
      end