features/activity/starring.feature in github_api-0.11.3 vs features/activity/starring.feature in github_api-0.12.0

- old
+ new

@@ -1,9 +1,9 @@ Feature: Starring API Background: - Given I have "Github::Activity::Starring" instance + Given I have "Github::Client::Activity::Starring" instance Scenario: List Given I want to list resources with the following params: | user | repo | @@ -28,10 +28,10 @@ Given I want to starring? resource with the following params: | user | repo | | peter-murach | github | When I make request within a cassette named "activity/starring/starring" - Then the response should be false + Then the response should be true Scenario: Star Given I want to star resource with the following params: | user | repo |