class RSpec::Matchers::BuiltIn::Have

def respond_to?(m)

def respond_to?(m)
  @expected.respond_to?(m) || super
end