class Capybara::RSpecMatchers::HaveCurrentPath

def matches?(actual)

def matches?(actual)
  wrap_matches?(actual) { |el| el.assert_current_path(*@args) }
end