Missing word in step
This commit is contained in:
@@ -10,7 +10,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 phrase
|
||||
And I get "OK" as response reason phrase
|
||||
And I get an empty list
|
||||
|
||||
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 |
|
||||
When I request a routes listing
|
||||
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:
|
||||
"""
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user