Sha256: cbbe55ea96f63a3dd5d7eee1ac985f06e128e5f6039f719f18c7b99237617657
Contents?: true
Size: 707 Bytes
Versions: 3
Compression:
Stored size: 707 Bytes
Contents
Feature: Port As a programmer I want good error messages So that I can correct problems Scenario: Not logged in Given a successful connection When the client sends PORT "1,2,3,4,5,6" Then the server returns a not logged in error Scenario: Incorrect number of bytes Given a successful login When the client sends PORT "1,2,3,4,5" Then the server returns a syntax error Scenario: Ill formatted byte Given a successful login When the client sends PORT "1,2,3,4,5,0006" Then the server returns a syntax error Scenario: Byte out of range Given a successful login When the client sends PORT "1,2,3,4,5,256" Then the server returns a syntax error
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.0.1.pre | features/port.feature |
ftpd-0.0.0.pre2 | features/port.feature |
ftpd-0.0.0.pre1 | features/port.feature |