module Capybara::RSpecMatchers

def have_sibling(...)

Other tags:
    See: Capybara::Node::Matchers#assert_sibling -
def have_sibling(...)
  Matchers::HaveSibling.new(...)
end