Sha256: 5be4d0b1371cc8a61dcaadce03d676963c1e586b4deceb661c83ea3c10a9827c

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

Feature: Get help

  As a Redditor
  I want to be able to list help information for usaidwat
  In order to learn how to use it
  
  Scenario: List usage details
    When I run `usaidwat --help`
    Then it should pass with:
      """
      Commands:
      """
  
  Scenario: Get version
    When I run `usaidwat --version`
    Then the exit status should be 0
    And the stdout should contain:
      """
      usaidwat v
      """

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
usaidwat-1.0.1 features/help.feature
usaidwat-1.0.0 features/help.feature