Sha256: 4d992f11d5d0708800b128102c1f49d497c762e0a917ed277f64c40a97bcd3b7
Contents?: true
Size: 262 Bytes
Versions: 8
Compression:
Stored size: 262 Bytes
Contents
Then /^I should see$/ do |contents| @browser.last_response.body.should include(contents) end Then /^I should get a response with status "(.*?)"$/ do |status| @browser.last_response.status.should == status.to_i end Given /^wait a second$/ do sleep(1) end
Version data entries
8 entries across 8 versions & 1 rubygems