[thin_delta] --version/-V

This commit is contained in:
Joe Thornber
2014-06-09 10:37:46 +01:00
parent ae21670fd1
commit 87fa6dc079
3 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Feature: thin_delta
Scenario: print version (-V flag)
When I run `thin_delta -V`
Then it should pass with version
Scenario: print version (--version flag)
When I run `thin_delta --version`
Then it should pass with version