Sha256: 60ca6cd6b3124e706988b7fad66b423f1aff4ed2b3aea301e220f54382f6b636

Contents?: true

Size: 779 Bytes

Versions: 1

Compression:

Stored size: 779 Bytes

Contents

Feature: Pages API

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

1 entries across 1 versions & 1 rubygems

Version Path
github_api-0.11.3 features/repos/pages.feature