features/search.feature in github_api-0.11.0 vs features/search.feature in github_api-0.11.1
- old
+ new
@@ -60,11 +60,23 @@
Scenario: Code with search paramters
Given I want code resource
And I pass the following request options:
- | q | sort |
- | tty repo:peter-murach/tty | indexed |
+ | q | sort |
+ | TTY in:file language:ruby repo:peter-murach/tty | indexed |
When I make request within a cassette named "search/code_query"
Then the response status should be 200
And the response type should be JSON
And the response should not be empty
+
+ Scenario: Code with unicode characters
+
+ Given I want code resource
+ And I pass the following request options:
+ | q | sort |
+ | Gemfile in:path repo:peter-murach/github | indexed |
+ When I make request within a cassette named "search/code_unicode"
+ Then the response status should be 200
+ And the response type should be JSON
+ And the response should not be empty
+