# File lib/rspec/matchers/respond_to.rb, line 13
      def does_not_match?(actual)
        find_failing_method_names(actual, :select).empty?
      end