Sha256: 534cd238923046c60c17b9a0c3480057c02246220119e399f561307315c02794

Contents?: true

Size: 501 Bytes

Versions: 4

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 "imuzer"
    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

4 entries across 4 versions & 1 rubygems

Version Path
imuzer-0.0.4 features/imuzer.feature
imuzer-0.0.3 features/imuzer.feature
imuzer-0.0.2 features/imuzer.feature
imuzer-0.0.1 features/imuzer.feature