Sha256: 3cac98c09d574504931b94c039badf8cbf6d84127df14454506bd5b298cc030c

Contents?: true

Size: 1.15 KB

Versions: 29

Compression:

Stored size: 1.15 KB

Contents

Feature: Statuses API

  Background:
    Given I have "Github::Repos::Statuses" instance

  Scenario: List

    Given I want to list resources with the following params:
      | user         | repo   | sha                                      |
      | peter-murach | github | cbdc6a5b133bf460d9c18292dda8fc54adf7e1b1 |
    When I make request within a cassette named "repos/statuses/list"
    Then the response status should be 200
      And the response type should be JSON
      And the response should not be empty

#   Scenario: Create
# 
#     Given I want to create resource with the following params:
#       | user  | repo            | sha                                      |
#       | murek | github_api_test | 0106b45311ab15bf837c2830391b01cd17b33b61 |
#       And I pass the following request options:
#       | state   | target_url                         | description        |
#       | success | http://ci.example.com/peter-murach | Test by github_api |
#     When I make request within a cassette named "repos/statuses/create"
#     Then the response status should be 201
#       And the response type should be JSON
#       And the response should not be empty

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
github_api-0.11.3 features/repos/statuses.feature
github_api-0.11.2 features/repos/statuses.feature
github_api-0.11.1 features/repos/statuses.feature
github_api-0.11.0 features/repos/statuses.feature
github_api-0.10.2 features/repos/statuses.feature
github_api-0.10.1 features/repos/statuses.feature
github_api-0.10.0 features/repos/statuses.feature
github_api-0.9.7 features/repos/statuses.feature
github_api-0.9.6 features/repos/statuses.feature
github_api-0.9.5 features/repos/statuses.feature
github_api-0.9.4 features/repos/statuses.feature
github_api-0.9.3 features/repos/statuses.feature
github_api-0.9.2 features/repos/statuses.feature
github_api-0.9.1 features/repos/statuses.feature
github_api-0.9.0 features/repos/statuses.feature
github_api-0.8.11 features/repos/statuses.feature
github_api-0.8.10 features/repos/statuses.feature
github_api-0.8.9 features/repos/statuses.feature
github_api-0.8.8 features/repos/statuses.feature
github_api-0.8.7 features/repos/statuses.feature