Sha256: a9e8bef53be1bb191bd7ed248d5c33ec7746fc2c7ff221f5a41c8eb58da3a64f
Contents?: true
Size: 298 Bytes
Versions: 5
Compression:
Stored size: 298 Bytes
Contents
Given /^I wait (\d+) seconds$/ do |seconds| seconds = seconds.to_i sleep seconds end Then /^the test fails$/ do (2+2).should == 5 end Then /^the test passes!$/ do (2+2).should == 4 end Then /^I see colors!$/ do announce red "RED" announce blue "BLUE" announce green "GREEEN!" end
Version data entries
5 entries across 5 versions & 1 rubygems