features/api_navigation.feature in hyperclient-0.8.2 vs features/api_navigation.feature in hyperclient-0.8.3
- old
+ new
@@ -10,9 +10,14 @@
Scenario: Templated links
Given I connect to the API
When I search for a post with a templated link
Then the API should receive the request with all the params
+ Scenario: Templated links with multiple values
+ Given I connect to the API
+ When I search for posts by tag with a templated link
+ Then the API should receive the request for posts by tag with all the params
+
Scenario: Attributes
Given I connect to the API
When I load a single post
Then I should be able to access it's title and body