module Capybara::SessionMatchers
def has_no_current_path?(path, **options)
-
(Boolean)
-
def has_no_current_path?(path, **options) assert_no_current_path(path, options) rescue Capybara::ExpectationNotMet return false end
(Boolean)
-
def has_no_current_path?(path, **options) assert_no_current_path(path, options) rescue Capybara::ExpectationNotMet return false end