Sha256: 372b2d7827ffc35c6a80f7e9aceb61ca1973b900b1b8bebd5451a8823c319a8d

Contents?: true

Size: 589 Bytes

Versions: 1

Compression:

Stored size: 589 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 "simplemailer"
    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|
      |--subject|
      |--from|
      |--body|
      |--debug|
    And the banner should document that this app's arguments are:
      |to|required|

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplemailer-1.0.0 features/simplemailer.feature