Sha256: 66c7aa720691c46e069f4519f5aa73dd2dfc966264ae300b029fb913330ae3ee

Contents?: true

Size: 972 Bytes

Versions: 37

Compression:

Stored size: 972 Bytes

Contents

Feature: Organizations API

  Background:
    Given I have "Github::Orgs" instance

  Scenario: List for the user

    Given I want to list resources
      And I pass the following request options:
        | user   |
        | wycats |
    When I make request within a cassette named "orgs/list/user"
    Then the response status should be 200
      And the response type should be JSON
      And the response should not be empty

  Scenario: List for the authenticated user

    Given I want to list resources
    When I make request within a cassette named "orgs/list/oauth_user"
    Then the response status should be 200
      And the response type should be JSON

  Scenario: Get

    Given I want to get resource with the following params:
      | org_name |
      | github   |
    When I make request within a cassette named "orgs/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

37 entries across 37 versions & 1 rubygems

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