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

Version Path
ftpd-0.5.0 features/step_definitions/get.rb
ftpd-0.4.0 features/step_definitions/get.rb
ftpd-0.3.2 features/step_definitions/get.rb
ftpd-0.3.1 features/step_definitions/get.rb
ftpd-0.2.2 features/step_definitions/get.rb
ftpd-0.2.1 features/step_definitions/get.rb
ftpd-0.2.0 features/step_definitions/get.rb
ftpd-0.1.1 features/step_definitions/get.rb
ftpd-0.1.0 features/step_definitions/get.rb
ftpd-0.0.1.pre features/step_definitions/get.rb
ftpd-0.0.0.pre2 features/step_definitions/get.rb
ftpd-0.0.0.pre1 features/step_definitions/get.rb