Sha256: 33d147dbde4d18f5b3cf8ac3bc247388ef5420621909476a750b3c1f46358865

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 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|
      |--verbose|
      |--quiet|
    And the banner should document that this app's arguments are:
      |org_config_file|

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vcloud-launcher-0.1.0 features/vcloud-launch.feature
vcloud-launcher-0.0.5 features/vcloud-launch.feature