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