Sha256: b11d1086a69517261f962cf942146948b3b8358701ae010bd75710a71afe663d

Contents?: true

Size: 956 Bytes

Versions: 25

Compression:

Stored size: 956 Bytes

Contents

Feature: Pull Requests Comments API

  Background:
    Given I have "Github::PullRequests::Comments" instance

  Scenario: List in a repository

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

  Scenario: List on a pull request

    Given I want to list resources with the following params:
      | user          | repo   |
      | peter-murach  | github |
      And I pass the following request options:
        | request_id |
        | 62         |
    When I make request within a cassette named "pull_requests/comments/list_pull"
    Then the response status should be 200
      And the response type should be JSON
      And the response should have 0 items

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
github_api-0.11.3 features/pull_requests/comments.feature
github_api-0.11.2 features/pull_requests/comments.feature
github_api-0.11.1 features/pull_requests/comments.feature
github_api-0.11.0 features/pull_requests/comments.feature
github_api-0.10.2 features/pull_requests/comments.feature
github_api-0.10.1 features/pull_requests/comments.feature
github_api-0.10.0 features/pull_requests/comments.feature
github_api-0.9.7 features/pull_requests/comments.feature
github_api-0.9.6 features/pull_requests/comments.feature
github_api-0.9.5 features/pull_requests/comments.feature
github_api-0.9.4 features/pull_requests/comments.feature
github_api-0.9.3 features/pull_requests/comments.feature
github_api-0.9.2 features/pull_requests/comments.feature
github_api-0.9.1 features/pull_requests/comments.feature
github_api-0.9.0 features/pull_requests/comments.feature
github_api-0.8.11 features/pull_requests/comments.feature
github_api-0.8.10 features/pull_requests/comments.feature
github_api-0.8.9 features/pull_requests/comments.feature
github_api-0.8.8 features/pull_requests/comments.feature
github_api-0.8.7 features/pull_requests/comments.feature