features/gist.feature in github_cli-0.5.5 vs features/gist.feature in github_cli-0.5.6

- old
+ new

@@ -3,18 +3,18 @@ @ci-run Scenario: Available commands When I run `gcli gist` Then the exit status should be 0 - And the output should contain "gcli gist create" - And the output should contain "gcli gist delete" - And the output should contain "gcli gist edit" - And the output should contain "gcli gist get" - And the output should contain "gcli gist fork" - And the output should contain "gcli gist list" - And the output should contain "gcli gist star" - And the output should contain "gcli gist starred" - And the output should contain "gcli gist unstar" + And the output should contain "gist create" + And the output should contain "gist delete" + And the output should contain "gist edit" + And the output should contain "gist get" + And the output should contain "gist fork" + And the output should contain "gist list" + And the output should contain "gist star" + And the output should contain "gist starred" + And the output should contain "gist unstar" Scenario: List gists for user Given the GitHub API server: """ get('/users/wycats/gists') { status 200 }