Sha256: 0e2fef838fed1d8f385072bc8e44198127075d517e5d6af55e6e9a335a7df553

Contents?: true

Size: 505 Bytes

Versions: 15

Compression:

Stored size: 505 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 "clearsight"
    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

15 entries across 15 versions & 1 rubygems

Version Path
clearsight-1.2.0 features/clearsight.feature
clearsight-1.2.0.rc2 features/clearsight.feature
clearsight-1.2.0.rc1 features/clearsight.feature
clearsight-1.1.0 features/clearsight.feature
clearsight-1.0.0 features/clearsight.feature
clearsight-0.0.12 features/clearsight.feature
clearsight-0.0.11 features/clearsight.feature
clearsight-0.0.10 features/clearsight.feature
clearsight-0.0.9 features/clearsight.feature
clearsight-0.0.8 features/clearsight.feature
clearsight-0.0.7 features/clearsight.feature
clearsight-0.0.6 features/clearsight.feature
clearsight-0.0.5 features/clearsight.feature
clearsight-0.0.4 features/clearsight.feature
clearsight-0.0.2 features/clearsight.feature