Sha256: 5c5d100b061c901ce79bc134c1587057acc3879dd0eedba0dce6181bd6e7557e

Contents?: true

Size: 703 Bytes

Versions: 2

Compression:

Stored size: 703 Bytes

Contents

Feature: Help Me I've Got Versionitis

  Scenario: get help for the main script

    When I get help for "git-switcher"
    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 following options should be documented:
       | --version, -v:       |
       | --help, -h:          |

  Scenario: get the version of the main script

    When I get the version of "git-switcher"
    Then the exit status should be 0
     And the output should include the version
     And the output should include the app name
     And the output should include a copyright notice

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git-switcher-0.0.2 features/help_and_version.feature
git-switcher-0.0.1 features/help_and_version.feature