Fix tables alignment

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-09-03 09:21:20 +02:00
parent 99ab41d2cb
commit 8e259b42de
13 changed files with 28 additions and 28 deletions
@@ -36,8 +36,8 @@ Feature: Append new routes in Kapow! server.
at the end of the list.
Given I have a Kapow! server with the following routes:
| method | url_pattern | entrypoint | command |
| GET | /foo | /bin/sh -c | ls -la / \| response /body |
| method | url_pattern | entrypoint | command |
| GET | /foo | /bin/sh -c | ls -la / \| response /body |
| GET | /qux/{dirname} | /bin/sh -c | ls -la /request/params/dirname \| response /body |
When I append the route:
"""