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