Sha256: d3db4e31424b679f6b1df5cabfda6aa342ca3700598f1914a43dd44707097ccc
Contents?: true
Size: 789 Bytes
Versions: 1
Compression:
Stored size: 789 Bytes
Contents
Feature: Command 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: Unknown command Given a successful connection When the client sends command "foo" Then the server returns a command unrecognized error Scenario Outline: Unimplemented command Given a successful connection When the client sends command "<command>" Then the server returns an unimplemented command error Examples: | command | | ABOR | | ACCT | | APPE | | HELP | | MKD | | REIN | | REST | | RMD | | RNFR | | RNTO | | SITE | | SMNT | | STAT | | STOU |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.2.0 | features/ftp_server/command_errors.feature |