Fix tables alignment
This commit is contained in:
@@ -9,7 +9,7 @@ Feature: Setting values for handler response resources in Kapow! server.
|
||||
|
||||
Given I have a Kapow! server with the following testing routes:
|
||||
| method | url_pattern |
|
||||
| GET | /foo |
|
||||
| GET | /foo |
|
||||
When I send a request to the testing route "/foo"
|
||||
And I set the resource "/response/status" with value "418"
|
||||
And I release the testing request
|
||||
@@ -21,7 +21,7 @@ Feature: Setting values for handler response resources in Kapow! server.
|
||||
|
||||
Given I have a Kapow! server with the following testing routes:
|
||||
| method | url_pattern |
|
||||
| GET | /foo |
|
||||
| GET | /foo |
|
||||
When I send a request to the testing route "/foo"
|
||||
And I set the resource "<resourcePath>" with value "<value>"
|
||||
And I release the testing request
|
||||
|
||||
Reference in New Issue
Block a user