module Capybara::Node::DocumentMatchers

def has_no_title?(title, **options)

Returns:
  • (Boolean) -
def has_no_title?(title, **options)
  assert_no_title(title, options)
rescue Capybara::ExpectationNotMet
  return false
end