module Capybara::RSpecMatchers

def have_current_path(path, **options)

See {Capybara::SessionMatchers#assert_current_path}
RSpec matcher for the current path
def have_current_path(path, **options)
  HaveCurrentPath.new(path, options)
end