features/cli_create.feature in adhearsion-2.0.1 vs features/cli_create.feature in adhearsion-2.1.0

- old
+ new

@@ -17,8 +17,8 @@ Scenario: Running create with no arguments When I run `ahn create` Then the output should contain: """ - "create" was called incorrectly. Call as "ahn create /path/to/directory". + ahn create requires at least 1 argument: "ahn create /path/to/directory". """ And the exit status should be 1