features/hobo/basic.feature in hobo-inviqa-0.0.9.pre.rc1 vs features/hobo/basic.feature in hobo-inviqa-0.0.9.pre.rc2

- old
+ new

@@ -29,6 +29,15 @@ 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 + Then the output should contain "Used defaults" + + Scenario: --all should list all tasks + When I run `hobo --all` + Then the output should contain "hobo-debug" + + Scenario: --skip-host-checks should skip host checks + Given "test_files/vagrant_fail/" is appended to the PATH environment variable + When I run `hobo --skip-host-checks` + Then the output should not contain "Hobo has detected a problem"