Sha256: 7830034e009de4782645c0e37d2894435533d82560cfaeeb1326e140024adeb1
Contents?: true
Size: 389 Bytes
Versions: 2
Compression:
Stored size: 389 Bytes
Contents
# frozen_string_literal: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ftpd-2.0.1 | features/step_definitions/get.rb |
ftpd-2.0.0 | features/step_definitions/get.rb |