features/hobo/basic.feature in hobo-inviqa-0.0.3 vs features/hobo/basic.feature in hobo-inviqa-0.0.4
- old
+ new
@@ -23,8 +23,12 @@
Scenario: --debug should display backtraces
When I run `hobo jibberjabber --debug`
Then the output should contain "Hobo::InvalidCommandOrOpt"
+ Scenario: --no-ansi should disable ansi output
+ When I run `hobo --no-ansi`
+ Then the output should not contain "33m"
+
Scenario: --non-interactive should cause default options to be used
When I run `hobo test non-interactive --non-interactive`
Then the output should contain "Used defaults"
\ No newline at end of file