Sha256: 0d2281fc050cf2cae5d119f85be9e5268cfec16267eca997e2447888ecf8a167

Contents?: true

Size: 482 Bytes

Versions: 15

Compression:

Stored size: 482 Bytes

Contents

Feature: Notifications API

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

15 entries across 15 versions & 1 rubygems

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