Sha256: 1faf6be28ac9760432abd9363a0906abedd57334435922ff0ff9d0b8cb49d6b1

Contents?: true

Size: 516 Bytes

Versions: 3

Compression:

Stored size: 516 Bytes

Contents

Feature: Quit

  As a client
  In order to free up resources
  I want to close the connection

  Scenario: Logged in
    Given a successful login
    When the client successfully quits
    Then the client should not be logged in

  Scenario: With a parameter
    Given a successful connection
    When the client quits with a parameter
    Then the server returns a syntax error

  Scenario: Not logged in
    Given a successful connection
    When the client quits
    Then the server returns a not logged in error

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ftpd-0.0.1.pre features/quit.feature
ftpd-0.0.0.pre2 features/quit.feature
ftpd-0.0.0.pre1 features/quit.feature