Sha256: 7d180369b0177f3612d683bbe1b2f74721131633bc28c8911ab3bd929399584e

Contents?: true

Size: 501 Bytes

Versions: 7

Compression:

Stored size: 501 Bytes

Contents

Feature: My bootstrapped app kinda works
  In order to get going on coding my awesome app
  I want to have aruba and cucumber setup
  So I don't have to do it myself

  Scenario: App just runs
    When I get help for "kicker"
    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|
    And the banner should document that this app takes no arguments

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
aws-kicker-0.0.7 features/kicker.feature
aws-kicker-0.0.6 features/kicker.feature
aws-kicker-0.0.5 features/kicker.feature
aws-kicker-0.0.4 features/kicker.feature
aws-kicker-0.0.3 features/kicker.feature
aws-kicker-0.0.2 features/kicker.feature
stack-kicker-0.0.1 features/kicker.feature