[thin_delta] --version/-V
This commit is contained in:
8
features/thin_delta.feature
Normal file
8
features/thin_delta.feature
Normal 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
|
Reference in New Issue
Block a user