Sha256: 635116380aa215e2553e91cf93de765f1e6b9a26688390905b04f4ac775fc5e6

Contents?: true

Size: 323 Bytes

Versions: 31

Compression:

Stored size: 323 Bytes

Contents

Feature: Emojis API

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

31 entries across 31 versions & 1 rubygems

Version Path
github_api-0.8.6 features/emojis.feature
github_api-0.8.5 features/emojis.feature
github_api-0.8.4 features/emojis.feature
github_api-0.8.3 features/emojis.feature
github_api-0.8.2 features/emojis.feature
github_api-0.8.1 features/emojis.feature
github_api-0.8.0 features/emojis.feature
github_api-0.7.2 features/emojis.feature
github_api-0.7.1 features/emojis.feature
github_api-0.7.0 features/emojis.feature
github_api-0.6.5 features/emojis.feature