Sha256: 5819d3d1f0be468607d11436afb6330e443e6037eaf9e76d9b077617d2d5e84d

Contents?: true

Size: 800 Bytes

Versions: 2

Compression:

Stored size: 800 Bytes

Contents

Feature: Use an alternate alias file
    In order to fit my personal workflow better
    I want to be able to use a file other than `~/.alias` to store my aliases
    So that I can be large and in charge.

    Scenario: Create a new alias file
        When I run `aka --alias-file .shortcuts` interactively
        And I type "y"
        And I close the stdin stream
        Then a file named "/tmp/akaTest/.shortcuts" should exist
        And the file "/tmp/akaTest/.shortcuts" should contain "alias test" 

    Scenario: Check for a configuration file
        When I run `aka --alias-file .newcuts` interactively
        And I type "y"
        And I close the stdin stream
        Then a file named "/tmp/akaTest/.aka" should exist
        And the file "/tmp/akaTest/.aka" should contain ".newcuts"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aka-0.6.0 features/new_file.feature
aka-0.5.8 features/new_file.feature