Sha256: 560324918c141d4af2f22e9482306e2719ee7cbd6cc17269ef3cdc464b3f2f02

Contents?: true

Size: 860 Bytes

Versions: 5

Compression:

Stored size: 860 Bytes

Contents

Feature: Help method is complete
  In order to understand how this app works
  I can access the help function
  and get a complete and understandable set of instructions for using the app.

  Scenario: App just runs
    When I get help for "aka"
    Then the exit status should be 0
    And the banner should be present
    And there should be a one line summary of what the app does
    And the banner should document that this app takes options
    And the following options should be documented:
      |--version|
      |-a       |
      |--add    |
      |-l       |
      |--list   |
      |-r       |
      |--remove |
      |-s       |
      |--show   |
      |-b       |
      |--backup |
      |-d       |
      |--delete |
    Then the banner should document that this app's arguments are:
    |alias|which is optional|
    |value|which is optional|

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aka-0.6.0 features/aka.feature
aka-0.5.8 features/aka.feature
aka-0.5.4 features/aka.feature
aka-0.5.2 features/aka.feature
aka-0.5.1 features/aka.feature