Missing word in step

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-21 11:22:27 +02:00
parent 50262c599d
commit e9b46921b8
@@ -10,7 +10,7 @@ Feature: Listing routes in a Kapow! server
Given I have a just started Kapow! server Given I have a just started Kapow! server
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get an empty list And I get an empty list
Scenario: Listing routes on a server with routes loaded. Scenario: Listing routes on a server with routes loaded.
@@ -23,7 +23,7 @@ Feature: Listing routes in a Kapow! server
| GET | /listDir/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| response /body | | GET | /listDir/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| response /body |
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [