Skip to content

Commit

Permalink
Update feature for Slate
Browse files Browse the repository at this point in the history
  • Loading branch information
terry90 committed Jun 6, 2017
1 parent e386906 commit de16a14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions features/slate_documentation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Feature: Generate Slate documentation from test examples
#### Endpoint
```
```plaintext
GET /orders
Host: example.org
```
Expand All @@ -168,7 +168,7 @@ Feature: Generate Slate documentation from test examples
### Response
```
```plaintext
Content-Type: application/json
Content-Length: 137
200 OK
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit de16a14

Please sign in to comment.