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.11.3 features/emojis.feature
github_api-0.11.2 features/emojis.feature
github_api-0.11.1 features/emojis.feature
github_api-0.11.0 features/emojis.feature
github_api-0.10.2 features/emojis.feature
github_api-0.10.1 features/emojis.feature
github_api-0.10.0 features/emojis.feature
github_api-0.9.7 features/emojis.feature
github_api-0.9.6 features/emojis.feature
github_api-0.9.5 features/emojis.feature
github_api-0.9.4 features/emojis.feature
github_api-0.9.3 features/emojis.feature
github_api-0.9.2 features/emojis.feature
github_api-0.9.1 features/emojis.feature
github_api-0.9.0 features/emojis.feature
github_api-0.8.11 features/emojis.feature
github_api-0.8.10 features/emojis.feature
github_api-0.8.9 features/emojis.feature
github_api-0.8.8 features/emojis.feature
github_api-0.8.7 features/emojis.feature