Sha256: 7c51d0b045863dd6042052f9623a85821e43f65defce55dd8a4c82feec9a82a8

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

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

2 entries across 2 versions & 1 rubygems

Version Path
ftpd-2.0.1 features/step_definitions/generic_send.rb
ftpd-2.0.0 features/step_definitions/generic_send.rb