Sha256: b8271f12442770805034cd4c555e108600566f6d52133dabf6b5e393eb1a7932

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 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 trollop 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:                |
       | --commit-status, -c:         |
       | --rebuild-last-revision, -u: |

  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

1 entries across 1 versions & 1 rubygems

Version Path
git-semaphore-0.0.6 features/help_and_version.feature