Sha256: 9e73dc90b2298407bbd47304f04c78e90b65f5ad75ee26cb670e4aa43ea0fe62

Contents?: true

Size: 330 Bytes

Versions: 5

Compression:

Stored size: 330 Bytes

Contents

Feature: rubyc helps you with the shell
  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|
      |reject|

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubyc-0.3.0 features/rubyc.feature
rubyc-0.2.0 features/rubyc.feature
rubyc-0.1.3 features/rubyc.feature
rubyc-0.1.2 features/rubyc.feature
rubyc-0.1.1 features/rubyc.feature