class Capybara::RSpecMatchers::Matchers::HaveCurrentPath
def element_does_not_match?(el)
def element_does_not_match?(el) el.assert_no_current_path(current_path, **@kw_args, &@filter_block) end
def element_does_not_match?(el) el.assert_no_current_path(current_path, **@kw_args, &@filter_block) end