module Capybara::RSpecMatchers
def match_selector(*args, &optional_filter_block)
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