features/check.feature in foreplay-0.0.6 vs features/check.feature in foreplay-0.0.7

- old
+ new

@@ -5,27 +5,27 @@ Scenario: Check configuration When I run `foreplay check` Then the output should contain: """ - ERROR: foreplay check was called with no arguments - Usage: "foreplay check ENVIRONMENT". + ERROR: "foreplay check" was called with no arguments + Usage: "foreplay check ENVIRONMENT" """ Scenario: Check configuration parameters - invalid parameter When I run `foreplay check test --invalid xyz` Then the output should contain: """ - ERROR: foreplay check was called with arguments ["test", "--invalid", "xyz"] - Usage: "foreplay check ENVIRONMENT". + ERROR: "foreplay check" was called with arguments ["test", "--invalid", "xyz"] + Usage: "foreplay check ENVIRONMENT" """ Scenario: Check configuration parameters - short invalid parameter When I run `foreplay check test -x xyz` Then the output should contain: """ - ERROR: foreplay check was called with arguments ["test", "-x", "xyz"] - Usage: "foreplay check ENVIRONMENT". + ERROR: "foreplay check" was called with arguments ["test", "-x", "xyz"] + Usage: "foreplay check ENVIRONMENT" """ Scenario: Check configuration parameters - no config file When I run `foreplay check test` Then the output should contain "Checking"