Sha256: 61d5041a7d83646ad7a2c1def9eb11ac2f73cb9fcbe75faa89aadd6db5f0bf50
Contents?: true
Size: 605 Bytes
Versions: 4
Compression:
Stored size: 605 Bytes
Contents
Feature: ghc member Scenario: Available commands When I run `ghc member` Then the exit status should be 0 And the output should contain "ghc member delete" And the output should contain "ghc member list" And the output should contain "ghc member member" And the output should contain "ghc member publicize" # Scenario: List an organization members # When I run `ghc member ls rails` # Then the exit status should be 0 # # Scenario: List an organization public members # When I run `ghc member ls rails --public` # Then the exit status should be 0
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.4.3 | features/member.feature |
github_cli-0.4.2 | features/member.feature |
github_cli-0.4.1 | features/member.feature |
github_cli-0.4.0 | features/member.feature |