# File lib/capybara/queries/title_query.rb, line 5 def initialize(expected_title, options = {}) @expected_title = expected_title @options = options unless @expected_title.is_a?(Regexp) @expected_title = Capybara::Helpers.normalize_whitespace(@expected_title) end @search_regexp = Capybara::Helpers.to_regexp(@expected_title) assert_valid_keys end
# File lib/capybara/queries/title_query.rb, line 20 def failure_message failure_message_helper end
Generated with the Darkfish Rdoc Generator 2.