Sha256: acc1852ca10c5d817696b8d4d7b936b5f71ed6d95dab20a188c1eed11f7aebbe

Contents?: true

Size: 536 Bytes

Versions: 4

Compression:

Stored size: 536 Bytes

Contents

Feature: GitData Commits API

  Background:
    Given I have "Github::Client::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

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 features/git_data/commmits.feature
github_api-0.12.2 features/git_data/commmits.feature
github_api-0.12.1 features/git_data/commmits.feature
github_api-0.12.0 features/git_data/commmits.feature