module Capybara::RSpecMatchers

def match_selector(*args, &optional_filter_block)

See {Capybara::Node::Matchers#assert_matches_selector}
RSpec matcher for whether the current element matches a given selector
def match_selector(*args, &optional_filter_block)
  MatchSelector.new(*args, &optional_filter_block)
end