Sha256: 51581c61034694a820911f74d28565652b252a81c90a00776241adf14f672769

Contents?: true

Size: 442 Bytes

Versions: 4

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 "rubyc"
    Then the exit status should be 0
    And the following options should be documented:
      |map|
      |select|
      |sum|
      |sort_by|
      |grep|
      |compact|
      |count_by|
      |uniq|
      |merge|

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubyc-0.1.0 features/rubyc.feature
rubyc-0.1.0.alpha features/rubyc.feature
rubyc-0.0.17 features/rubyc.feature
rubyc-0.0.16 features/rubyc.feature