Sha256: 2c975b98858af1fff164c3746cb1255db0709a0566ba553352c8a64d518f90d9

Contents?: true

Size: 787 Bytes

Versions: 4

Compression:

Stored size: 787 Bytes

Contents

Feature: Pages API

  Background:
    Given I have "Github::Client::Repos::Pages" instance

  Scenario: List builds

    Given I want to list resources with the following params:
      | owner | repo            |
      | murek | github_api_test |
    When I make request within a cassette named "repos/pages/list_builds"
    Then the response status should be 200
      And the response type should be JSON
      And the response should be empty

  Scenario: Get

    Given I want to get resource with the following params:
      | owner | repo            |
      | murek | github_api_test |
    When I make request within a cassette named "repos/pages/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/repos/pages.feature
github_api-0.12.2 features/repos/pages.feature
github_api-0.12.1 features/repos/pages.feature
github_api-0.12.0 features/repos/pages.feature