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