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

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