Sha256: db7a6b097bfd4322a19c1024ba3a1121dc2ede134d56bcd629d79d6b4b3444a8

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

Feature: Running the program
  Scenario: User runs the program without params
    When I run `awsssh`
    Then the exit status should be 0
    And the output should contain "Commands:"

  Scenario: User runs the program with version parameter
    When I run `awsssh version`
    Then the exit status should be 0
    And the output should contain "version"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
awsssh-3.2.0.rc1 features/running.feature
awsssh-3.1.1 features/running.feature
awsssh-3.1.0 features/running.feature