Sha256: a6c3d00ae7cff192b2ae45d1bb32a21d425e73a6c44bd819559fd0f0e072519a

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

Feature: Emojis API

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

  Scenario: Get

    Given I want to get resources
    When I make request within a cassette named "meta/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

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 features/meta.feature
github_api-0.12.2 features/meta.feature
github_api-0.12.1 features/meta.feature
github_api-0.12.0 features/meta.feature