Sha256: 200b6e8dbff7d1bdb326a0196faff28c9d4268a4cdb80f738e54ae70e4962e62

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 Bytes

Contents

Feature: "vcloud-launch" works as a useful command-line tool
  In order to use "vcloud-launch" from the CLI
  I want to have it behave like a typical Unix tool
  So I don't get surpised

  Scenario: Common arguments work
    When I get help for "vcloud-launch"
    Then the exit status should be 0
    And the banner should be present
    And the banner should document that this app takes options
    And the following options should be documented:
      |--version|
      |--dont-power-on|
      |--continue-on-error|
    And the banner should document that this app's arguments are:
      |org_config_file|

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vcloud-launcher-0.0.4 features/vcloud-launch.feature
vcloud-launcher-0.0.3 features/vcloud-launch.feature
vcloud-launcher-0.0.2 features/vcloud-launch.feature
vcloud-launcher-0.0.1 features/vcloud-launch.feature