Update PoC and features with the 204 -> 404 update

Closes #33
This commit is contained in:
pancho horrillo
2019-10-04 17:20:47 +02:00
parent 97b8c3fce4
commit 6154210b3f
3 changed files with 10 additions and 10 deletions
@@ -12,5 +12,5 @@ Feature: Fail to retrieve nonexistent resource items in Kapow! server.
| GET | /foo |
When I send a request to the testing route "/foo"
And I get the resource "/request/params/meloinvento"
Then I get 204 as response code
Then I get 404 as response code
And I get "Resource Item Not Found" as response reason phrase