Sha256: 93e4d79ec44ecf53df85acabbd75de617663924b7943dbaaea91fb0de5778485

Contents?: true

Size: 693 Bytes

Versions: 7

Compression:

Stored size: 693 Bytes

Contents

Feature: API navigation
  In order to get the data from my API
  As a user
  I want to navigate through the API

  Scenario: Links
    When I connect to the API
    Then I should be able to navigate to posts and authors

  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: 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

  Scenario: Embedded resources
    Given I connect to the API
    When I load a single post
    Then I should also be able to access it's embedded comments

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyperclient-0.7.0 features/api_navigation.feature
hyperclient-0.6.1 features/api_navigation.feature
hyperclient-0.5.0 features/api_navigation.feature
hyperclient-0.4.0 features/api_navigation.feature
hyperclient-0.3.2 features/api_navigation.feature
hyperclient-0.3.1 features/api_navigation.feature
hyperclient-0.3.0 features/api_navigation.feature