Sha256: e99b14fb83214c35e199d9e9582623be66310f2e7cb42e6c4715cf51d4dcfb61

Contents?: true

Size: 448 Bytes

Versions: 5

Compression:

Stored size: 448 Bytes

Contents

Feature: Aliases are listed
    In order to know what aliases are available to me
    I want to ask for a list of aliases
    So I can confidently use them.


    Scenario: Use Short Code
        When I run `aka -l`
        Then the exit status should be 0
        And the output should contain "test"

    Scenario: Use Long code
        When I run `aka --list`
        Then the exit status should be 0
        And the output should contain "test"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aka-0.6.0 features/list.feature
aka-0.5.8 features/list.feature
aka-0.5.4 features/list.feature
aka-0.5.2 features/list.feature
aka-0.5.1 features/list.feature