module Capybara::SessionMatchers
def _verify_current_path(path, options)
def _verify_current_path(path, options) query = Capybara::Queries::CurrentPathQuery.new(path, options) document.synchronize(query.wait) do yield(query) end return true end
def _verify_current_path(path, options) query = Capybara::Queries::CurrentPathQuery.new(path, options) document.synchronize(query.wait) do yield(query) end return true end