Sha256: 0b95fad324b01ef560edadc6342d68576420ad3576fbb4ded9e74ca3aecccc00

Contents?: true

Size: 498 Bytes

Versions: 8

Compression:

Stored size: 498 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 "ftl"
    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

8 entries across 8 versions & 1 rubygems

Version Path
ftl-0.3.3 features/ftl.feature
ftl-0.3.2 features/ftl.feature
ftl-0.3.1 features/ftl.feature
ftl-0.3.0 features/ftl.feature
ftl-0.2.4 features/ftl.feature
ftl-0.2.3 features/ftl.feature
ftl-0.2.2 features/ftl.feature
ftl-0.2.0 features/ftl.feature