Sha256: 5052273186e494203c9b1d40a92130282d2023f0a23c5c21a44d0edc6a7b6270

Contents?: true

Size: 1.12 KB

Versions: 24

Compression:

Stored size: 1.12 KB

Contents

Feature: Build application stacks in the cloud using Chef

    Scenario: App just runs
        When I get help for "stack-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's arguments are: 
          |task|which is required|

    Scenario: show-stacks shows the stacks defined in the current Stackfile
        Given a 2 stack Stackfile
        When I successfully run "stack-kicker show-stacks"
        Then both stacks are listed by show-stack

    Scenario: show-stack shows the stacks defined in the current Stackfile
        Given a 2 stack Stackfile
        When I successfully run "stack-kicker show-stack"
        Then the nodes in both stacks are listed by show-stack

    Scenario: show-stack shows the stack defined in the current Stackfile
        Given a single stack Stackfile
        When I successfully run "stack-kicker show-stack"
        Then the nodes in both stacks are listed by show-stack

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
stack-kicker-0.0.5 features/stack-kicker.feature
stack-kicker-0.0.4 features/stack-kicker.feature
stack-kicker-0.0.3 features/stack-kicker.feature
stack-kicker-0.0.2 features/stack-kicker.feature