module Capybara::SessionMatchers

def has_no_current_path?(path, **options)

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