Sha256: 7769166b6c00c7d161de5db50fff93ed8c007275e66a20cedf1edf24b7f82f81

Contents?: true

Size: 442 Bytes

Versions: 7

Compression:

Stored size: 442 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 "<%= gemname %>"
    Then the exit status should be 0
    And the banner should be present
    And the banner should document that this app takes no options
    And the banner should document that this app takes no arguments

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
methadone-0.3.4 templates/full/features/executable.feature.erb
methadone-0.3.3 templates/full/features/executable.feature.erb
methadone-0.3.2 templates/full/features/executable.feature.erb
methadone-0.3.1 templates/full/features/executable.feature.erb
methadone-0.3.0 templates/full/features/executable.feature.erb
methadone-0.2.0 templates/full/features/executable.feature.erb
methadone-0.1.0 templates/full/features/executable.feature.erb