module Capybara::RSpecMatchers
def have_current_path(path, **options)
RSpec matcher for the current path
def have_current_path(path, **options) HaveCurrentPath.new(path, options) end
def have_current_path(path, **options) HaveCurrentPath.new(path, options) end