Sha256: f89f80769a260dcafbc855ae8b4d664bc8699dca1814fce704cc93553dcb1ced

Contents?: true

Size: 481 Bytes

Versions: 29

Compression:

Stored size: 481 Bytes

Contents

Feature: Syntax Errors

  As a client
  I want good error messages
  So that I can figure out what went wrong

  Background:
    Given the test server is started

  Scenario: Empty command
    Given a successful connection
    When the client sends an empty command
    Then the server returns a syntax error

  Scenario: Command contains non-word characters
    Given a successful connection
    When the client sends a non-word command
    Then the server returns a syntax error

Version data entries

29 entries across 29 versions & 2 rubygems

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