features/activity/events.feature in github_api-0.11.3 vs features/activity/events.feature in github_api-0.12.0
- old
+ new
@@ -1,9 +1,9 @@
Feature: Events API
Background:
- Given I have "Github::Activity::Events" instance
+ Given I have "Github::Client::Activity::Events" instance
Scenario: Public
Given I want public resources
When I make request within a cassette named "activity/events/public"
@@ -12,31 +12,31 @@
And the response should not be empty
Scenario: Repository
Given I want repository resources with the following params:
- | user | repo |
- | wycats | thor |
+ | user | repo |
+ | peter-murach | finite_machine |
When I make request within a cassette named "activity/events/repo"
Then the response status should be 200
And the response type should be JSON
And the response should not be empty
Scenario: Issue
Given I want issue resources with the following params:
- | user | repo |
- | wycats | thor |
+ | user | repo |
+ | peter-murach | finite_machine |
When I make request within a cassette named "activity/events/issue"
Then the response status should be 200
And the response type should be JSON
And the response should not be empty
Scenario: Network
Given I want network resources with the following params:
- | user | repo |
- | wycats | thor |
+ | user | repo |
+ | peter-murach | finite_machine |
When I make request within a cassette named "activity/events/network"
Then the response status should be 200
And the response type should be JSON
And the response should not be empty