class Capybara::RSpecMatchers::HaveCurrentPath

def initialize(*args)

def initialize(*args)
  @args = args
  @current_path = args.first
end