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.26 features/stack-kicker.feature
stack-kicker-0.0.25 features/stack-kicker.feature
stack-kicker-0.0.24 features/stack-kicker.feature
stack-kicker-0.0.23 features/stack-kicker.feature
stack-kicker-0.0.22 features/stack-kicker.feature
stack-kicker-0.0.21 features/stack-kicker.feature
stack-kicker-0.0.20 features/stack-kicker.feature
stack-kicker-0.0.19 features/stack-kicker.feature
stack-kicker-0.0.18 features/stack-kicker.feature
stack-kicker-0.0.16 features/stack-kicker.feature
stack-kicker-0.0.15 features/stack-kicker.feature
stack-kicker-0.0.14 features/stack-kicker.feature
stack-kicker-0.0.13 features/stack-kicker.feature
stack-kicker-0.0.12 features/stack-kicker.feature
stack-kicker-0.0.11 features/stack-kicker.feature
stack-kicker-0.0.10 features/stack-kicker.feature
stack-kicker-0.0.9 features/stack-kicker.feature
stack-kicker-0.0.8 features/stack-kicker.feature
stack-kicker-0.0.7 features/stack-kicker.feature
stack-kicker-0.0.6 features/stack-kicker.feature