Sha256: d0e80c941b3fd534642452898ddc6c03a8d13a3c28307db2b11c10faaf52b96e

Contents?: true

Size: 435 Bytes

Versions: 27

Compression:

Stored size: 435 Bytes

Contents

Feature: Port

  As a client
  I want to identify the server
  So that I know how it will behave

  Background:
    Given the test server is started

  Scenario: Success
    Given a successful connection
    When the client successfully queries system ID
    Then the server returns a system ID reply

  Scenario: With argument
    Given a successful login
    When the client sends "SYST 1"
    Then the server returns a syntax error

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
ftpd-0.5.0 features/ftp_server/syst.feature
ftpd-0.4.0 features/ftp_server/syst.feature
ftpd-0.3.2 features/ftp_server/syst.feature
ftpd-0.3.1 features/ftp_server/syst.feature
ftpd-0.2.2 features/ftp_server/syst.feature
ftpd-0.2.1 features/ftp_server/syst.feature
ftpd-0.2.0 features/ftp_server/syst.feature