Sha256: 867bcce1ba81bc91574e8202cc1f9a1c5d41471ca182c3f310be532e7c87578a

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

Feature: Labels API

  Background:
    Given I have "Github::Issues::Labels" instance

  Scenario: List in a repository

    Given I want to list resources with the following params:
      | user         | repo   |
      | peter-murach | github |
    When I make request within a cassette named "issues/labels/list_repo"
    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.8.3 features/issues/labels.feature