Sha256: 8a8bfcd756e867b8e230f9f84f143f1a4939f5be0d858e2a1d846b4008a02a5b

Contents?: true

Size: 235 Bytes

Versions: 2

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

When /^the client successfully requests status$/ do
  @response = client.status
end

When /^the client requests status$/ do
  capture_error do
    step 'the client successfully requests status'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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