class Spec::Matchers::Have

def respond_to?(sym)

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