Skip to content

Commit de16a14

Browse files
committed
Update feature for Slate
1 parent e386906 commit de16a14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/slate_documentation.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Feature: Generate Slate documentation from test examples
153153
154154
#### Endpoint
155155
156-
```
156+
```plaintext
157157
GET /orders
158158
Host: example.org
159159
```
@@ -168,7 +168,7 @@ Feature: Generate Slate documentation from test examples
168168
169169
### Response
170170
171-
```
171+
```plaintext
172172
Content-Type: application/json
173173
Content-Length: 137
174174
200 OK
@@ -220,7 +220,7 @@ Feature: Generate Slate documentation from test examples
220220
221221
#### Endpoint
222222
223-
```
223+
```plaintext
224224
POST /orders
225225
Host: example.org
226226
Content-Type: application/x-www-form-urlencoded
@@ -246,7 +246,7 @@ Feature: Generate Slate documentation from test examples
246246
247247
### Response
248248
249-
```
249+
```plaintext
250250
Content-Type: text/html;charset=utf-8
251251
Content-Length: 0
252252
201 Created

0 commit comments

Comments
 (0)