Sha256: 9609dbdc8e84b39b190611eff8ead631b57eef811308da3934b376a577a55b99
Contents?: true
Size: 329 Bytes
Versions: 18
Compression:
Stored size: 329 Bytes
Contents
When /^the client successfully sets type "(.*?)"$/ do |type| client.raw 'TYPE', type end When /^the client sets type "(.*?)"$/ do |type| capture_error do step %Q'the client successfully sets type "#{type}"' end end When /^the client sets type with no parameter$/ do capture_error do client.raw 'TYPE' end end
Version data entries
18 entries across 18 versions & 2 rubygems