Sha256: 2ee1d89541d1b5501fd87abbc0790e9cccc4c452d380ab1d6354497998819e7d
Contents?: true
Size: 528 Bytes
Versions: 14
Compression:
Stored size: 528 Bytes
Contents
Feature: GitData Commits API Background: Given I have "Github::GitData::Commits" instance Scenario: Gets a single commit Given I want to get resource with the following params: | user | repo | sha | | boyan | github | aca2a25d442a9545b01f42574c46f59035993b02 | When I make request within a cassette named "git_data/commits/get" Then the response status should be 200 And the response type should be JSON And the response should not be empty
Version data entries
14 entries across 14 versions & 1 rubygems