File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Feature : 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
Original file line number Diff line number Diff line change 11Feature : 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
Original file line number Diff line number Diff line change 11Feature : 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
Original file line number Diff line number Diff line change 11Feature : 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments