Sha256: 6eb4626d9d88e9cd90f56df2aea89c7a018b0ed623ca87fcd22856e8a070c483
Contents?: true
Size: 358 Bytes
Versions: 18
Compression:
Stored size: 358 Bytes
Contents
When /^the client successfully gets (text|binary) "(.*?)"$/ \ do |mode, remote_path| client.get mode, remote_path end When /^the client gets (\S+) "(.*?)"$/ do |mode, path| capture_error do step %Q(the client successfully gets #{mode} "#{path}") end end When /^the client gets with no path$/ do capture_error do client.raw 'RETR' end end
Version data entries
18 entries across 18 versions & 2 rubygems