Sha256: 840d34b1cd1186ea16a9bd3487859fb2e98bbdc1c8562e7eae9db32355f2d30d
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
Feature: Syntax 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.0.1.pre | features/syntax_errors.feature |