Sha256: ec23badb405fb1f53a1a21b888baf15ec41b827f5d6285a8a3db11d7049c4224

Contents?: true

Size: 436 Bytes

Versions: 4

Compression:

Stored size: 436 Bytes

Contents

Feature: Comments API

  Background:
    Given I have "Github::Client::Repos::Comments" instance

  Scenario: List

    Given I want to list resources with the following params:
      | user  | repo |
      | peter-murach | finite_machine |
    When I make request within a cassette named "repos/comments/list"
    Then the response status should be 200
      And the response type should be JSON
      And the response should be empty

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 features/repos/comments.feature
github_api-0.12.2 features/repos/comments.feature
github_api-0.12.1 features/repos/comments.feature
github_api-0.12.0 features/repos/comments.feature