class Capybara::Queries::TitleQuery

def failure_message_helper(negated = '')

def failure_message_helper(negated = '')
  verb = @expected_title.is_a?(Regexp) ? 'match' : 'include'
  "expected #{@actual_title.inspect}#{negated} to #{verb} #{@expected_title.inspect}"
end