Sha256: 7eb45a7ce6a3493a15dc50fcc44fe4f92d8c51e5662e4f95b345270147a837db
Contents?: true
Size: 436 Bytes
Versions: 2
Compression:
Stored size: 436 Bytes
Contents
Feature: Miscellaneous Errors As a client I want good error messages So that I can figure out what went wrong 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.0.0.pre2 | features/syntax_errors.feature |
ftpd-0.0.0.pre1 | features/syntax_errors.feature |