Sha256: d5ad5529f8fe77dbef3edcb6502c89a73bc1c46cb1ec3e5bb822615eb7282690

Contents?: true

Size: 586 Bytes

Versions: 25

Compression:

Stored size: 586 Bytes

Contents

Feature: Help

  As a client
  I want to ask for help
  So that I can know which commands are supported

  Background:
    Given the test server is started
    And a successful connection

  Scenario: No argument
    When the client successfully asks for help
    Then the server should return a list of commands

  Scenario: Known command
    When the client successfully asks for help for "NOOP"
    Then the server should return help for "NOOP"

  Scenario: Unknown command
    When the client successfully asks for help for "FOO"
    Then the server should return no help for "FOO"

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
ftpd-2.0.1 features/ftp_server/help.feature
ftpd-2.0.0 features/ftp_server/help.feature
ftpd-1.1.1 features/ftp_server/help.feature
ftpd-1.1.0 features/ftp_server/help.feature
investtools-ftpd-1.0.1 features/ftp_server/help.feature
ftpd-1.0.1 features/ftp_server/help.feature
ftpd-1.0.0 features/ftp_server/help.feature
ftpd-0.17.0 features/ftp_server/help.feature
ftpd-0.16.0 features/ftp_server/help.feature
ftpd-0.15.0 features/ftp_server/help.feature
ftpd-0.14.0 features/ftp_server/help.feature
ftpd-0.13.0 features/ftp_server/help.feature
ftpd-0.12.0 features/ftp_server/help.feature
ftpd-0.11.0 features/ftp_server/help.feature
ftpd-0.10.0 features/ftp_server/help.feature
ftpd-0.9.0 features/ftp_server/help.feature
ftpd-0.7.1 features/ftp_server/help.feature
ftpd-0.8.0 features/ftp_server/help.feature
ftpd-0.7.0 features/ftp_server/help.feature
ftpd-0.6.0 features/ftp_server/help.feature