Implemented step definitions for data/handler/error_notfound feature. Changed resource paths in data features to be prefixed by /

This commit is contained in:
Héctor Hurtado
2019-08-30 12:56:53 +02:00
parent 0535f66c85
commit 4e3470afa0
5 changed files with 11 additions and 8 deletions
@@ -11,7 +11,7 @@ Feature: Setting values for handler response resources in Kapow! server.
| method | url_pattern |
| GET | /listRootDir |
When I send a request to the testing route "/listRootDir"
And I set the resource "response/status" with value "418"
And I set the resource "/response/status" with value "418"
And I release the testing request
Then I get 418 as response code