features/bad_command.feature in localeapp-2.1.1 vs features/bad_command.feature in localeapp-2.2.0
- old
+ new
@@ -1,8 +1,9 @@
-Feature: localeapp executable
- Scenario: Running a command that doesn't exist
- In order to warn of a bad command
+Feature: Unknown command
+
+ Scenario: Reports an error when given unknown command
When I run `localeapp foo`
+ Then the exit status must be 64
Then the output should contain:
"""
error: Unknown command 'foo'
"""