Sha256: af050b049f7b2c7fa49fff1cdbd5833ada793c882ac5c4a2d154109b5cde6626
Contents?: true
Size: 1.16 KB
Versions: 31
Compression:
Stored size: 1.16 KB
Contents
Feature: Contents API Background: Given I have "Github::Repos::Contents" instance Scenario: Readme Given I want readme resource with the following params: | user | repo | | peter-murach | github | When I make request within a cassette named "repos/contents/readme" Then the response status should be 200 And the response type should be JSON And the response should not be empty Scenario: Get file contents Given I want get resource with the following params: | user | repo | path | | peter-murach | github | README.md | When I make request within a cassette named "repos/contents/get" Then the response status should be 200 And the response type should be JSON And the response should not be empty Scenario: Archive Given I want archive resource with the following params: | user | repo | | peter-murach | github | And I pass the following request options: | archive_format | ref | | tarball | master | When I make request within a cassette named "repos/contents/archive" Then the response status should be 302
Version data entries
31 entries across 31 versions & 1 rubygems