Sha256: 9a6be5755e0ff00ebdbf0f83620ba850616f8d0be0b9dd0aacace6cc7793d521

Contents?: true

Size: 490 Bytes

Versions: 4

Compression:

Stored size: 490 Bytes

Contents

Feature: Notifications API

  Background:
    Given I have "Github::Client::Activity::Notifications" instance

  Scenario: List

    Given I want to list resources
      And I pass the following request options:
        | user   | repo          |
        | wycats | handlebars.js |
    When I make request within a cassette named "activity/notifications/list_user"
    Then the response status should be 200
      And the response type should be JSON
      And the response should be empty

Version data entries

4 entries across 4 versions & 1 rubygems

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