Sha256: 5a51ad4f4169bb20a150322ac2f9184496f577d9369ede583252d19126294da3

Contents?: true

Size: 585 Bytes

Versions: 5

Compression:

Stored size: 585 Bytes

Contents

Feature: "vcloud-net-launch" works as a useful command-line tool
  In order to use "vcloud-net-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-net-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|
      |--mock|
    And the banner should document that this app's arguments are:
      |net_config_file|

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vcloud-net_launcher-0.2.0 features/vcloud-net-launch.feature
vcloud-net_launcher-0.1.0 features/vcloud-net-launch.feature
vcloud-net_launcher-0.0.3 features/vcloud-net-launch.feature
vcloud-net_launcher-0.0.2 features/vcloud-net-launch.feature
vcloud-net_launcher-0.0.1 features/vcloud-net-launch.feature