Sha256: 462ddf1b8296121cccb2f44c61229878040c3c8ff114536c2253843a600b3896

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

Feature: Show an alias

    Scenario: display an alias
        When I run `aka -a test "echo this is a test"`
        And I run `aka -s test`
        Then the exit status should be 0
        And the output should contain "echo this is a test"

Version data entries

5 entries across 5 versions & 1 rubygems

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