Sha256: a3cc461f57779f3ac8bcc4eeabe00086ea4a3a07ad248dddcbf5fc82759ed5d9
Contents?: true
Size: 331 Bytes
Versions: 12
Compression:
Stored size: 331 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
12 entries across 12 versions & 1 rubygems