Sha256: 20066a672aa989310484d63fd75b91a30a31996ca47cf8f8bbcaa0d3770d036b
Contents?: true
Size: 409 Bytes
Versions: 18
Compression:
Stored size: 409 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
18 entries across 18 versions & 2 rubygems