Sha256: eec449899101630ef1114519a4d30588657982d0b207dd5fb9444ebee65d5d20
Contents?: true
Size: 936 Bytes
Versions: 21
Compression:
Stored size: 936 Bytes
Contents
Feature: Forks API Background: Given I have "Github::Repos::Forks" instance Scenario: List Given I want to list resources with the following params: | user | repo | | peter-murach | github | When I make request within a cassette named "repos/forks/list" Then the response status should be 200 And the response type should be JSON And the response should not be empty Scenario: List with sort Given I want to list resources with the following params: | user | repo | | peter-murach | github | And I pass the following request options: | sort | | oldest | When I make request within a cassette named "repos/forks/list_sort" Then the response status should be 200 And the response type should be JSON And the response should not be empty And the response first item created_at should be 2011-10-03T20:19:43Z
Version data entries
21 entries across 21 versions & 1 rubygems