Sha256: fc520bbf5c3b24591dac6de5f9856a2e992d3cea41ba9ca737e70c3e4fc69c6b

Contents?: true

Size: 590 Bytes

Versions: 2

Compression:

Stored size: 590 Bytes

Contents

Feature: ghc gist

  Scenario: Available commands

    When I run `ghc gist`
    Then the exit status should be 0
      And the output should contain "ghc gist create"
      And the output should contain "ghc gist delete"
      And the output should contain "ghc gist edit"
      And the output should contain "ghc gist get"
      And the output should contain "ghc gist fork"
      And the output should contain "ghc gist list"
      And the output should contain "ghc gist star"
      And the output should contain "ghc gist starred"
      And the output should contain "ghc gist unstar"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
github_cli-0.4.2 features/gist.feature
github_cli-0.4.1 features/gist.feature