Sha256: 849243079cebad105b4f40a48abc98fbe31252e6355e799e518cc802feb6bf78

Contents?: true

Size: 640 Bytes

Versions: 4

Compression:

Stored size: 640 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 "mongo_browser"
    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      |
      | --port         |
      | --mongodb-host |
      | --mongodb-port |
      | --demonize     |
      | --log-level    |
    And the banner should document that this app takes no arguments

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mongo_browser-0.1.3 features/mongo_browser.feature
mongo_browser-0.1.2 features/mongo_browser.feature
mongo_browser-0.1.1 features/mongo_browser.feature
mongo_browser-0.1.0 features/mongo_browser.feature