[thin_delta] -h/--help

This commit is contained in:
Joe Thornber
2014-06-09 10:48:29 +01:00
parent 87fa6dc079
commit 83f2cce597
2 changed files with 40 additions and 2 deletions

View File

@@ -6,3 +6,24 @@ Feature: thin_delta
Scenario: print version (--version flag)
When I run `thin_delta --version`
Then it should pass with version
Scenario: print help
When I run `thin_delta --help`
Then it should pass with:
"""
Usage: thin_delta [options]
Options:
{-h|--help}
{-V|--version}
"""
Scenario: print help
When I run `thin_delta -h`
Then it should pass with:
"""
Usage: thin_delta [options]
Options:
{-h|--help}
{-V|--version}
"""