Sha256: 10ef232d31da06017221b2620dbd0bafc38c5422cafc237db3ed83951b071326

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 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 "dokku_installer_cli"
    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
dokku-installer-cli-0.0.2 features/dokku_installer_cli.feature
dokku-installer-cli-0.0.1 features/dokku_installer_cli.feature