Sha256: 6d80c1c9eea246200e31dd246521ea3874526e85669689d0b897aa276661fd1b
Contents?: true
Size: 475 Bytes
Versions: 16
Compression:
Stored size: 475 Bytes
Contents
When /^Cucumber puts "(.*?)"$/ do |some_string| puts some_string embed('autotrader.png', 'image/png', 'AutoTrader') sleep 1 end When /^Cucumber puts "(.*?)" in a background$/ do |some_string| puts some_string end Then /^it should say hello$/ do puts "It said hello" end When /^the first step fails$/ do true.should == false end Then /^the second step should not execute$/ do puts "Should not execute" end When /^the first step is pending$/ do pending end
Version data entries
16 entries across 16 versions & 1 rubygems