module Capybara::RSpecMatchers

def have_ancestor(...)

Other tags:
    See: Capybara::Node::Matchers#assert_ancestor -
def have_ancestor(...)
  Matchers::HaveAncestor.new(...)
end