Sha256: 1b4fed5c4ef0824f3aa7aba218cd6357b8151a158b7ce9b9d069987b6809ae52

Contents?: true

Size: 331 Bytes

Versions: 4

Compression:

Stored size: 331 Bytes

Contents

Feature: Emojis API

  Background:
    Given I have "Github::Client::Emojis" instance

  Scenario: List

    Given I want to list resources
    When I make request within a cassette named "emojis/list"
    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/emojis.feature
github_api-0.12.2 features/emojis.feature
github_api-0.12.1 features/emojis.feature
github_api-0.12.0 features/emojis.feature