Sha256: 07be521451780bbd9d52f1d52aa1b7a9669222cad8891482e5d8ed63f7a8ae47

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 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 with valid arguments
    Then I should see "Starting download on 4 files"

Version data entries

5 entries across 5 versions & 1 rubygems

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