Sha256: d7c338a2af599a630869f37033a7aa5883e61bd47e527eb699ecf5d584ff8635

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

# frozen_string_literal: true

When /^the client sends command "(.*?)"$/ do |command|
  capture_error do
    client.raw command
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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