module Capybara::Node::DocumentMatchers
def has_no_title?(title, **options)
-
(Boolean)
-
def has_no_title?(title, **options) assert_no_title(title, options) rescue Capybara::ExpectationNotMet return false end
(Boolean)
-
def has_no_title?(title, **options) assert_no_title(title, options) rescue Capybara::ExpectationNotMet return false end