Sha256: a2f24d24035d10b30f1ae65cddf814a875dc7a65f9a72fa46c2866ad389165e3

Contents?: true

Size: 228 Bytes

Versions: 7

Compression:

Stored size: 228 Bytes

Contents

When /^the client successfully sends "(.*?)"$/ do |command|
  @reply = @client.raw command
end

When /^the client sends "(.*?)"$/ do |command|
  capture_error do
    step %Q'the client successfully sends "#{command}"'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ftpd-0.5.0 features/step_definitions/generic_send.rb
ftpd-0.4.0 features/step_definitions/generic_send.rb
ftpd-0.3.2 features/step_definitions/generic_send.rb
ftpd-0.3.1 features/step_definitions/generic_send.rb
ftpd-0.2.2 features/step_definitions/generic_send.rb
ftpd-0.2.1 features/step_definitions/generic_send.rb
ftpd-0.2.0 features/step_definitions/generic_send.rb