Method: Capybara::Queries::TitleQuery#negative_failure_message

Defined in:
lib/capybara/queries/title_query.rb

#negative_failure_messageObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/capybara/queries/title_query.rb', line 23

def negative_failure_message
  failure_message_helper(' not')
end