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