Sha256: 66b1f6fab900bb8d781f7e3fbefe56009ff3f1df12ce1b1ffb66c1343cf6e709
Contents?: true
Size: 378 Bytes
Versions: 5
Compression:
Stored size: 378 Bytes
Contents
Then (/^the page should contain the text "([^"]*)"$/) do |text| @page.text.include? text end Then (/^the page should have the title "([^"]*)"$/) do |text| @page.title.include? text end Then (/^the page should contain the markup "([^"]*)"$/) do |markup| @page.markup.include? markup end Then (/^the page url should be "([^"]*)"$/) do |url| @page.url.should == url end
Version data entries
5 entries across 5 versions & 1 rubygems