Method: RWebSpec::AbstractWebPage#page_specific_text

Defined in:
lib/rwebspec/web_page.rb

#page_specific_textObject

browser: passed to do assertion within the page page_text: text used to identify the page, title will be the first candidate



30
31
32
# File 'lib/rwebspec/web_page.rb', line 30

def page_specific_text
  @page_specific_text
end