features/cli.feature in pdd-0.7.3 vs features/cli.feature in pdd-0.8

- old
+ new

@@ -5,9 +5,13 @@ Scenario: Help can be printed When I run bin/pdd with "-h" Then Exit code is zero And Stdout contains "-v, --verbose" + Scenario: Version can be printed + When I run bin/pdd with "--version" + Then Exit code is zero + Scenario: Simple puzzles collecting Given I have a "Sample.java" file with content: """ public class Main { /**