Sha256: 9c35cb7e9fd84b6277b13ace28b9d4100ddc70eb292c96721a7dc6f22906dedc

Contents?: true

Size: 611 Bytes

Versions: 21

Compression:

Stored size: 611 Bytes

Contents

Feature: Default config
  In order to use HAL JSON apis
  As a user
  I want to make sure the default config is working

  Scenario: JSON headers
    Given I use the default hyperclient config
    When I connect to the API
    Then the request should have been sent with the correct JSON headers

  Scenario: Send JSON data
    Given I use the default hyperclient config
    When I send some data to the API
    Then it should have been encoded as JSON

  Scenario: Parse JSON data
    Given I use the default hyperclient config
    When I get some data from the API
    Then it should have been parsed as JSON

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hyperclient-0.3.0 features/default_config.feature