Sha256: ecb227c209d0c8c99294eb46e298af2d75001e3b7f431d33c39b2af7c0ac93a7

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

Feature: Debug

  As a client
  I want to see debug output
  So that I can fix FTP protocol problems

  Scenario: Debug enabled
    Given the test server has debug enabled
    And the test server is started
    And a successful login
    Then the server should have written debug output

  Scenario: Debug disabled
    Given the test server has debug disabled
    And the test server is started
    And a successful login
    Then the server should have written no debug output

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ftpd-0.4.0 features/ftp_server/debug.feature