Skip to content

Commit 41520d5

Browse files
committed
Fix activity features.
1 parent 49f511f commit 41520d5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

features/activity/events.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Events API
22

33
Background:
4-
Given I have "Github::Activity::Events" instance
4+
Given I have "Github::Client::Activity::Events" instance
55

66
Scenario: Public
77

features/activity/notifications.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Notifications API
22

33
Background:
4-
Given I have "Github::Activity::Notifications" instance
4+
Given I have "Github::Client::Activity::Notifications" instance
55

66
Scenario: List
77

features/activity/starring.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Starring API
22

33
Background:
4-
Given I have "Github::Activity::Starring" instance
4+
Given I have "Github::Client::Activity::Starring" instance
55

66
Scenario: List
77

features/activity/watching.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Watching API
22

33
Background:
4-
Given I have "Github::Activity::Watching" instance
4+
Given I have "Github::Client::Activity::Watching" instance
55

66
Scenario: List
77

features/github_api.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Feature: Github API components
5252
Scenario: Accessing activity API
5353
Given I have github instance
5454
When I fetch "activity"
55-
Then I will have access to "Github::Activity" API
55+
Then I will have access to "Github::Client::Activity" API
5656

5757
Scenario: Accessing authorizations API
5858
Given I have github instance

0 commit comments

Comments
 (0)