module Capybara::RSpecMatchers

def have_all_of_selectors(...)

Other tags:
    See: Capybara::Node::Matchers#assert_all_of_selectors -
def have_all_of_selectors(...)
  Matchers::HaveAllSelectors.new(...)
end