Sha256: d355dab89a296413809fb2d23f10979960128c523a2d19a3a8162c1ec49b50ff
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
Feature: Help Command In order to learn to use Amp A user can use the help command to be delivered useful information Scenario: Running help with no parameters Given the argument help When I run dispatch Then I should see "Thanks for using Amp!" Scenario: Running help commands Given the argument help And the argument commands When I run dispatch Then I should see "Prints the help for the program." And I should see "^help" Scenario: Running help ampfiles Given the argument help And the argument ampfiles When I run dispatch Then I should see "What'?s an Ampfile?" Scenario: Running help new-commands Given the argument help And the argument new-commands When I run dispatch Then I should see "commands are the driving force behind" Scenario: Running help help Given the argument help And the argument help When I run dispatch Then I should see " --help, -h" And I should see "Show this message" And I should see "Prints the help for the program."
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amp-front-0.2.0 | features/amp_help.feature |
amp-front-0.1.0 | features/amp_help.feature |