features/prodder.feature in prodder-1.7.4 vs features/prodder.feature in prodder-1.7.5

- old
+ new

@@ -1,9 +1,9 @@ Feature: Basic CLI usage Scenario: prodder help When I run `prodder help` - Then the output should contain "Tasks:" + Then the output should contain "Commands:" Scenario: No config file supplied When I run `prodder` Then the output should contain "required option '--config'"