Sha256: 90bfd12877290f987845a7b2067777d32fe0b0c0ce6a97ebff4bb6a1c1d33b67

Contents?: true

Size: 363 Bytes

Versions: 13

Compression:

Stored size: 363 Bytes

Contents

Feature: Requests with JSON body

  Scenario: POST with JSON body
    When I POST to "/json" with the JSON:
    """
      { "some_key" : "some_value" }
    """
    Then the response should be 201

  Scenario: DELETE with JSON body
    When I DELETE to "/json" with the JSON:
    """
      { "some_key" : "some_value" }
    """
    Then the response should be 203

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
lookout-rack-test-3.0.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.3.1 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.3.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.2.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.1.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.0.2 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.0.1 features/general_steps/requests_with_json_body.feature
lookout-rack-test-2.0.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-1.3.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-1.2.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-1.1.0 features/general_steps/requests_with_json_body.feature
lookout-rack-test-1.0.1 features/general_steps/requests_with_json_body.feature
lookout-rack-test-1.0.0 features/general_steps/requests_with_json_body.feature