提交 2b5bea7d 编写于 作者: M Mislav Marohnić

Move `--exec-path` scenario to more suitable file

上级 d7ef5724
......@@ -9,3 +9,7 @@ Feature: git-hub compatibility
Scenario: List commands
When I successfully run `hub --list-cmds=others`
Then the stdout should contain "pull-request"
Scenario: Doesn't sabotage --exec-path
When I successfully run `hub --exec-path`
Then the output should not contain "These GitHub commands"
......@@ -16,7 +16,3 @@ Feature: hub help
Scenario: Shows help for a subcommand
When I successfully run `hub help hub-help`
Then the output should contain "Usage: hub help"
Scenario: Doesn't sabotage --exec-path
When I successfully run `hub --exec-path`
Then the output should not contain "These GitHub commands"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册