Sha256: 30d012ecbe97e3baaa99d61cb33e13fb4b09b0abfa838d469a6b11ffb93b4a33
Contents?: true
Size: 186 Bytes
Versions: 12
Compression:
Stored size: 186 Bytes
Contents
Then /^I should get a response with status "(.*?)"$/ do |status| (@last_response || @browser.last_response).status.should == status.to_i end Given /^wait a second$/ do sleep(1) end
Version data entries
12 entries across 12 versions & 2 rubygems