Sha256: 84cf701a9692fcbfd4336b4820036c25d44d6573d18f8f85f03c32cba00cd014
Contents?: true
Size: 595 Bytes
Versions: 14
Compression:
Stored size: 595 Bytes
Contents
Feature: PASV As a programmer I want good error messages So that I can correct problems Background: Given the test server is started Scenario: No argument Given a successful login Then the client successfully sends "PASV" Scenario: After "EPSV ALL" Given a successful login Given the client successfully sends "EPSV ALL" When the client sends "PASV" Then the server sends a not allowed after epsv all error Scenario: Not logged in Given a successful connection When the client sends "EPSV" Then the server returns a not logged in error
Version data entries
14 entries across 14 versions & 2 rubygems