Sha256: 1171141b53cc96dadd399e08d204d91bf1a5d5a72097a7a56924140d11e3c793

Contents?: true

Size: 726 Bytes

Versions: 4

Compression:

Stored size: 726 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: Pass no arguments
    Given the Reddit service returns comments for the user "mipadi"
    When I run `usaidwat`
    Then it should pass with:
      """
      Usage:

        usaidwat <command> [options] <args>
      """

  Scenario: List usage details
    When I run `usaidwat --help`
    Then it should pass with:
      """
      Usage:

        usaidwat <command> [options] <args>
      """
  
  Scenario: Get version
    When I run `usaidwat --version`
    Then the exit status should be 0
    And the output should match:
      """
      usaidwat [0-9]+\.[0-9]+\.[0-9]+
      """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
usaidwat-1.3.0 features/help.feature
usaidwat-1.2.0 features/help.feature
usaidwat-1.1.1 features/help.feature
usaidwat-1.1.0 features/help.feature