Sha256: 59daf5c2032646ac58513194c72ba22b3dace80eea1b3fd6b8a5fb57042c50f5

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 Bytes

Contents

Feature: UI
  When the user asks for help, he 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        |
            | -t        |
            | -v        |
            | --verbose |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
expandsync-0.1.0 features/1.ui.feature