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