# File lib/spec/matchers/be_kind_of.rb, line 17
      def failure_message_for_should
        "expected kind of #{@expected}, got #{@actual.inspect}"
      end