module Capybara::SessionMatchers

def has_current_path?(path, **options)

Returns:
  • (Boolean) -
def has_current_path?(path, **options)
  make_predicate(options) { assert_current_path(path, options) }
end