Sha256: 5825aab9c0e41d58d84ebc150f18a2bc78e183cb1555e2c7cf41c0d91d729bbc

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

Feature: Help Me I've Got Versionitis

  Scenario: get help for the main script

    When I get help for "git-semaphore"
    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:          |
       | --working-dir, -w:   |
       | --project-name, -p:  |
       | --branch-name, -b:   |
       | --check-auth, -x:    |
       | --check-project, -y: |
       | --check-branch, -z:  |
       | --env-config, -e:    |
       | --git-config, -g:    |
       | --projects, -r:      |
       | --branches, -a:      |
       | --status, -s:        |

  Scenario: get the version of the main script

    When I get the version of "git-semaphore"
    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-semaphore-0.0.3 features/help_and_version.feature
git-semaphore-0.0.2 features/help_and_version.feature