module Capybara::SessionMatchers
def has_no_current_path?(path, **options)
-
(Boolean)
-
def has_no_current_path?(path, **options) make_predicate(options) { assert_no_current_path(path, options) } end
(Boolean)
-
def has_no_current_path?(path, **options) make_predicate(options) { assert_no_current_path(path, options) } end