features/gists.feature in github_api-0.9.6 vs features/gists.feature in github_api-0.9.7

- old
+ new

@@ -14,10 +14,12 @@ And the response type should be JSON And the response should not be empty Scenario: List public gists - Given I want to list resources + Given I want to list resources with the following params: + | public | + | public | When I make request within a cassette named "gists/gists/public_all" Then the response status should be 200 And the response type should be JSON Scenario: List starred gists