features/help.feature in scaffolder-tools-0.1.1 vs features/help.feature in scaffolder-tools-0.1.2

- old
+ new

@@ -19,12 +19,12 @@ """ Scenario: Running scaffolder with the version argument When I call "scaffolder" with arguments "--version" Then the exit status should be 0 - And the stdout should contain exactly: + And the output should match: """ - scaffolder tool version 0.1.0 + scaffolder tool version \d.\d.\d """ Scenario: Running scaffolder with an incorrect command When I call "scaffolder" with arguments "unknown-command"