Sha256: e097d5e6589fe03a0229caa5b3cd41dd11e34ab7a44872413b118e07a087460c

Contents?: true

Size: 492 Bytes

Versions: 29

Compression:

Stored size: 492 Bytes

Contents

Feature: Example

  As a programmer
  I want to connect to the example
  So that I can try this libary with an arbitrary FTP client

  Background:
    Given the example server is started

  Scenario: Normal connection
    Given a successful login
    Then the server returns no error
    And the client should be logged in

  Scenario: Fetch README
    Given a successful login
    When the client successfully gets text "README"
    Then the local file "README" should match the remote file

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
ftpd-2.0.1 features/example/example.feature
ftpd-2.0.0 features/example/example.feature
ftpd-1.1.1 features/example/example.feature
ftpd-1.1.0 features/example/example.feature
investtools-ftpd-1.0.1 features/example/example.feature
ftpd-1.0.1 features/example/example.feature
ftpd-1.0.0 features/example/example.feature
ftpd-0.17.0 features/example/example.feature
ftpd-0.16.0 features/example/example.feature
ftpd-0.15.0 features/example/example.feature
ftpd-0.14.0 features/example/example.feature
ftpd-0.13.0 features/example/example.feature
ftpd-0.12.0 features/example/example.feature
ftpd-0.11.0 features/example/example.feature
ftpd-0.10.0 features/example/example.feature
ftpd-0.9.0 features/example/example.feature
ftpd-0.7.1 features/example/example.feature
ftpd-0.8.0 features/example/example.feature
ftpd-0.7.0 features/example/example.feature
ftpd-0.6.0 features/example/example.feature