Sha256: 38fd4c9acf99a9eb51a11691e1ddbe15bb592e97e4921a7b47b94658e36ba2c6

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

Feature: user starts downer

  As a user
  I want to start downer
  So that I can download a list of files
  
  Scenario: start downer
    Given I have not started application
    When I start a new application without arguments
    Then I should see "Usage: downer URL_SOURCE DESTINATION_DIR"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
downer-0.3.2 features/user_starts_downer_without_args.feature
downer-0.3.1 features/user_starts_downer_without_args.feature
downer-0.3.0 features/user_starts_downer_without_args.feature
downer-0.2.2 features/user_starts_downer_without_args.feature
downer-0.1.1 features/user_starts_downer_without_args.feature