Sha256: 65753553213d0bfb73bfd52caf9351bf60e8f7085fd30cf06a0036dd2c0d393c

Contents?: true

Size: 541 Bytes

Versions: 4

Compression:

Stored size: 541 Bytes

Contents

Feature: My bootstrapped app kinda works
  In order to get going on coding my awesome app
  I want to have aruba and cucumber setup
  So I don't have to do it myself

  Scenario: App just runs
    When I get help for "new_backup"
    Then the exit status should be 0
    And the banner should be present
    And the banner should document that this app takes options
    And the following options should be documented:
      |--version|
    And the banner should document that this app's arguments are:
      |config_file|which is required|

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
new_backup-1.0.4 features/new_backup.feature
new_backup-1.0.3 features/new_backup.feature
new_backup-1.0.2 features/new_backup.feature
new_backup-1.0.1 features/new_backup.feature