Sha256: dd76704f408d00af9534f739a60ea01e0ce50764fd1f1207cca3ae8be4731635

Contents?: true

Size: 423 Bytes

Versions: 29

Compression:

Stored size: 423 Bytes

Contents

Feature: No Operation

  As a client
  I want to keep the connection alive
  So that I don't have to log in so often

  Background:
    Given the test server is started

  Scenario: NOP
    Given a successful connection
    Then the client successfully does nothing

  Scenario: With a parameter
    Given a successful connection
    When the client does nothing with a parameter
    Then the server returns a syntax error

Version data entries

29 entries across 29 versions & 2 rubygems

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