Sha256: 2e6f5a8bd04f52daecd483ecb9b52b09913837d7feb404c9fa8fc5e8da1de0a6

Contents?: true

Size: 500 Bytes

Versions: 2

Compression:

Stored size: 500 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 "spoon"
    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

2 entries across 2 versions & 1 rubygems

Version Path
docker-spoon-0.1.0 features/spoon.feature
docker-spoon-0.0.1 features/spoon.feature