Sha256: dc47975273014dec9eb8665c510c745dbc6787c4293e68cd03dd251f7dd8fc73

Contents?: true

Size: 384 Bytes

Versions: 7

Compression:

Stored size: 384 Bytes

Contents

Feature: Mode

  As a client
  I want to start a session when there is another session
  So that my session doesn't have to wait on the other

  Background:
    Given the test server is started

  Scenario: Stream
    Given a successful login
    And the server has file "ascii_unix"
    And the second client connects and logs in
    Then the second client successfully does nothing

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ftpd-0.3.2 features/ftp_server/concurrent_sessions.feature
ftpd-0.3.1 features/ftp_server/concurrent_sessions.feature
ftpd-0.2.2 features/ftp_server/concurrent_sessions.feature
ftpd-0.2.1 features/ftp_server/concurrent_sessions.feature
ftpd-0.2.0 features/ftp_server/concurrent_sessions.feature
ftpd-0.1.1 features/ftp_server/concurrent_sessions.feature
ftpd-0.1.0 features/ftp_server/concurrent_sessions.feature