Revert "Closes: #66"

This reverts commit c3be29255a.

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-11-11 17:17:25 +01:00
parent 19f7cb0171
commit 9eb186bd0f
17 changed files with 27 additions and 27 deletions
@@ -25,7 +25,7 @@ Feature: Listing routes in a Kapow! server.
Given I have a just started Kapow! server
When I request a routes listing
Then I get 200 as response code
# And I get "OK" as response reason phrase
And I get "OK" as response reason phrase
And I get the following response body:
"""
[]
@@ -41,7 +41,7 @@ Feature: Listing routes in a Kapow! server.
| GET | /qux/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| kapow set /response/body |
When I request a routes listing
Then I get 200 as response code
# And I get "OK" as response reason phrase
And I get "OK" as response reason phrase
And I get the following response body:
"""
[