features/cli/help.feature in rultor-0.3.0 vs features/cli/help.feature in rultor-0.3.1
- old
+ new
@@ -4,5 +4,10 @@
Scenario: Help can be printed
When I run bin/rultor with "-h"
Then Exit code is zero
And Stdout contains "Display this help message"
+
+ Scenario: Help can be printed if project is not specified
+ When I run bin/rultor with "encrypt"
+ Then Exit code is not zero
+ And Stdout contains "Missing required option(s)"