Sha256: d3f6ce65cf5f8a9b318c6e8350dbdb33918441dad87c2124b4a66a7788f907c7
Contents?: true
Size: 411 Bytes
Versions: 12
Compression:
Stored size: 411 Bytes
Contents
When /^the client successfully sets file structure "(.*?)"$/ do |file_structure| @client.raw 'STRU', file_structure end When /^the client sets file structure "(.*?)"$/ do |file_structure| capture_error do step %Q'the client successfully sets file structure "#{file_structure}"' end end When /^the client sets file structure with no parameter$/ do capture_error do @client.raw 'STRU' end end
Version data entries
12 entries across 12 versions & 1 rubygems