Sha256: 35b29ca6992fdf33e3c6b1a3b3f51fa17cabe03ce2185aeeb992b7f06be5bff3
Contents?: true
Size: 448 Bytes
Versions: 13
Compression:
Stored size: 448 Bytes
Contents
Feature: Requests with no body or params Scenario: I should be able to GET a route, and check the response status When I GET "/" Then the response should be 200 Scenario: I should be able to POST to a route, and check the response status When I POST to "/" Then the response should be 201 Scenario: I should be able to PUT to a route, and check the response status When I PUT to "/" Then the response should be 202
Version data entries
13 entries across 13 versions & 1 rubygems