features/search.feature in github_api-0.11.3 vs features/search.feature in github_api-0.12.0
- old
+ new
@@ -1,9 +1,9 @@
Feature: Search API
Background:
- Given I have "Github::Search" instance
+ Given I have "Github::Client::Search" instance
Scenario: Issues
Given I want issues resource
And I pass the following request options:
@@ -49,11 +49,11 @@
Scenario: Code
Given I want code resource
And I pass the following request options:
- | q | sort |
- | tty | indexed |
+ | q | sort |
+ | user:peter-murach tty | indexed |
When I make request within a cassette named "search/code"
Then the response status should be 200
And the response type should be JSON
And the response should not be empty