Sha256: bce30d40d8520da1b6c3b19af028fd88a9abfe09413c30b753fbe4f012bc99a8

Contents?: true

Size: 316 Bytes

Versions: 16

Compression:

Stored size: 316 Bytes

Contents

Feature: Emojis API

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

16 entries across 16 versions & 1 rubygems

Version Path
github_api-0.11.3 features/meta.feature
github_api-0.11.2 features/meta.feature
github_api-0.11.1 features/meta.feature
github_api-0.11.0 features/meta.feature
github_api-0.10.2 features/meta.feature
github_api-0.10.1 features/meta.feature
github_api-0.10.0 features/meta.feature
github_api-0.9.7 features/meta.feature
github_api-0.9.6 features/meta.feature
github_api-0.9.5 features/meta.feature
github_api-0.9.4 features/meta.feature
github_api-0.9.3 features/meta.feature
github_api-0.9.2 features/meta.feature
github_api-0.9.1 features/meta.feature
github_api-0.9.0 features/meta.feature
github_api-0.8.11 features/meta.feature