Sha256: a6e042de19506a6510f0c98edb387acab0a4d0ca98d4c12af244297d1aa65134
Contents?: true
Size: 583 Bytes
Versions: 2
Compression:
Stored size: 583 Bytes
Contents
Feature: Script aliases As a user of the My gem I want to register shortname for scripts So I can save time Scenario: Adding an alias Given there are no scripts installed And I run "../../bin/my add sinatra" Then I should see "The sinatra script has been registered" Scenario: Removing an alias Given there is a "sinatra" script installed And I run "../../bin/my rm sinatra" Then I should see "The sinatra script has been removed" Scenario: Listing aliases Given there is a "sinatra" script installed And I run "../../bin/my help" Then I should see "sinatra"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
my-0.3.1 | features/aliases.feature |
my-0.3.0 | features/aliases.feature |