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