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