Sha256: fe6dc7a1166b9fdc4e9af40ab5b3b066ef107e1c0b284f1994dbd781e52ef1e6

Contents?: true

Size: 648 Bytes

Versions: 2

Compression:

Stored size: 648 Bytes

Contents

Feature: Help
As a user of the My gem
I want to view the usage information
So I can use the gem effectively

Scenario: Viewing the usage information implicitly
Given there are no scripts installed
And I run "../../bin/my"
Then I should see "My"
And I should see "USAGE: my [NAME|URL]"
And I should see "Additional commands:"
And I should see "Registered scripts:"

Scenario: Viewing the usage information explicitly
Given there are no scripts installed
And I run "../../bin/my help"
Then I should see "My v."
And I should see "USAGE: my [NAME|URL]"
And I should see "Additional commands:"
And I should see "Registered scripts:"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
my-0.3.1 features/usage.feature
my-0.3.0 features/usage.feature