Sha256: f61f6b30ffd9e9faa3baae32aacf1ab5dfc3cac3ea7a825d1449bd608a2b603f

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

When /^the client appends (.*)$/ do |args|
  capture_error do
    step "the client successfully appends #{args}"
  end
end

When /^the client successfully appends text "(.*?)" onto "(.*?)"$/ do
|local_path, remote_path|
  @client.append_text local_path, remote_path
end

When /^the client successfully appends binary "(.*?)" onto "(.*?)"$/ do
|local_path, remote_path|
  @client.append_binary local_path, remote_path
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ftpd-0.5.0 features/step_definitions/append.rb
ftpd-0.4.0 features/step_definitions/append.rb