Sha256: 09976a061bbf62c3a68e7df80dcde09636c59fd3558452fc21fe26b0430ed966
Contents?: true
Size: 372 Bytes
Versions: 20
Compression:
Stored size: 372 Bytes
Contents
When /^I get the text from the article$/ do @text = @page.article_id end When /^I get the text from the header$/ do @text = @page.header_id end When /^I get the text from the footer$/ do @text = @page.footer_id end When /^I get the text from the summary$/ do @text = @page.summary_id end When /^I get the text from the details$/ do @text = @page.details_id end
Version data entries
20 entries across 20 versions & 1 rubygems