features/todo.feature in gli-2.4.0 vs features/todo.feature in gli-2.4.1

- old
+ new

@@ -6,9 +6,16 @@ Given I have GLI installed And GLI's libs are in my path And my terminal size is "80x24" And todo's bin directory is in my path + Scenario: Error message for unknown command + When I run `todo help unknown` + Then the output should contain: + """ + error: Unknown command 'unknown'. Use 'todo help' for a list of commands. + """ + Scenario Outline: Getting Help for todo in general When I successfully run `todo <help>` Then the output should contain: """ NAME