Sha256: be3756c94199877103ec5cb18fcce654da1f0762b2f0e1bd8635a92103ffbb89

Contents?: true

Size: 644 Bytes

Versions: 6

Compression:

Stored size: 644 Bytes

Contents

Feature: UI
  As a user, when I ask for help, I should be presented
  with instructions on how to run the app.

  Scenario: Display help instructions
    When I get help for "expandsync"
    Then the exit status should be 0
      And the banner should be present
      And the banner should include the version
      And the banner should document that this app takes options
      And the banner should document that this app's arguments are:
        | atext_file | which is required |
      And the following options should be documented:
            | -a        |
            | -n        |
            | -v        |
            | --verbose |

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
expandsync-0.2.2 features/1.ui.feature
expandsync-0.2.1 features/1.ui.feature
expandsync-0.2.0 features/1.ui.feature
expandsync-0.1.3 features/1.ui.feature
expandsync-0.1.2 features/1.ui.feature
expandsync-0.1.1 features/1.ui.feature