features/executable.feature in github_cli-0.4.1 vs features/executable.feature in github_cli-0.4.2

- old
+ new

@@ -16,20 +16,9 @@ Examples: | cmd | | | | help | - Scenario: Getting Usage for Commands - - When I run `ghc` - Then the exit status should be 0 - And the output should contain "Usage: ghc" - And the output should contain "[--config]" - And the output should contain "[--no-color]" - And the output should contain "[--no-pager]" - And the output should contain "[--version]" - And the output should contain "[--verbose]" - Scenario Outline: Getting Subcommands When I run `ghc <command>` Then the exit status should be 0 And the output should contain "ghc <command>"