Review feature and scenario definitions. Removing unnecesary and redundant steps.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
Feature: Delete routes in Kapow! server.
|
||||
Delete routes allow users to remove non-desired
|
||||
Deleting routes allows users to remove undesired
|
||||
routes from the server.
|
||||
|
||||
Scenario: Delete a route.
|
||||
Routes are removed from the sever by specifying their id.
|
||||
|
||||
Given I have a Kapow! server whith the following routes:
|
||||
Given I have a Kapow! server with the following routes:
|
||||
| method | url_pattern | entrypoint | command |
|
||||
| GET | /listRootDir | /bin/sh -c | ls -la / \| response /body |
|
||||
| GET | /listDir/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| response /body |
|
||||
|
||||
Reference in New Issue
Block a user