Sha256: 223c0bc9cfed171b3852d428d13ab757c0368824b6f790569037351a9dde9257

Contents?: true

Size: 405 Bytes

Versions: 5

Compression:

Stored size: 405 Bytes

Contents

Feature: Adding a new alias
    In order to navigate and control my system quickly
    I can add new aliases to the system's alias file

    Scenario: Short Form
        When I run `aka -a second "echo second"`
        Then the alias "second" should be in the alias file.

    Scenario: Long Form
        When I run `aka -add third "echo third"`
        Then the alias "third" should be in the alias file.

Version data entries

5 entries across 5 versions & 1 rubygems

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