From de16a14fb5a2555f61a6dcb880247df6092b4b99 Mon Sep 17 00:00:00 2001 From: Terry Raimondo Date: Tue, 6 Jun 2017 15:48:13 +0200 Subject: [PATCH] Update feature for Slate --- features/slate_documentation.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/slate_documentation.feature b/features/slate_documentation.feature index 87c8d317..86e1c5fb 100644 --- a/features/slate_documentation.feature +++ b/features/slate_documentation.feature @@ -153,7 +153,7 @@ Feature: Generate Slate documentation from test examples #### Endpoint - ``` + ```plaintext GET /orders Host: example.org ``` @@ -168,7 +168,7 @@ Feature: Generate Slate documentation from test examples ### Response - ``` + ```plaintext Content-Type: application/json Content-Length: 137 200 OK @@ -220,7 +220,7 @@ Feature: Generate Slate documentation from test examples #### Endpoint - ``` + ```plaintext POST /orders Host: example.org Content-Type: application/x-www-form-urlencoded @@ -246,7 +246,7 @@ Feature: Generate Slate documentation from test examples ### Response - ``` + ```plaintext Content-Type: text/html;charset=utf-8 Content-Length: 0 201 Created