Sha256: e07eaad8359318c45ad76fbdfd87e089363c2b83406feb282d3c485bd94ddcb8
Contents?: true
Size: 306 Bytes
Versions: 7
Compression:
Stored size: 306 Bytes
Contents
Then /^the page should contain the text "([^\"]*)"$/ do |text| @page.text.should include text end Then /^the page should contain the html "([^\"]*)"$/ do |html| @page.html.should include html end Then /^the page should have the title "([^\"]*)"$/ do |title| @page.title.should include title end
Version data entries
7 entries across 7 versions & 1 rubygems