# File lib/rspec/matchers/have.rb, line 86
      def respond_to?(m)
        @expected.respond_to?(m) || super
      end