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

Version Path
github_api-0.11.3 features/git_data/commmits.feature
github_api-0.11.2 features/git_data/commmits.feature
github_api-0.11.1 features/git_data/commmits.feature
github_api-0.11.0 features/git_data/commmits.feature
github_api-0.10.2 features/git_data/commmits.feature
github_api-0.10.1 features/git_data/commmits.feature
github_api-0.10.0 features/git_data/commmits.feature
github_api-0.9.7 features/git_data/commmits.feature
github_api-0.9.6 features/git_data/commmits.feature
github_api-0.9.5 features/git_data/commmits.feature
github_api-0.9.4 features/git_data/commmits.feature
github_api-0.9.3 features/git_data/commmits.feature
github_api-0.9.2 features/git_data/commmits.feature
github_api-0.9.1 features/git_data/commmits.feature