-
    request:
        method: POST
        url: 'http://localhost:8000/rooms'
        headers:
            Host: 'localhost:8000'
            Authorization: 'secret-key'
        body: 'name=Standup&user%5Bname%5D=mike%40eyeson.team'
    response:
        status:
            http_version: '1.1'
            code: '200'
            message: OK
        headers:
            Host: 'localhost:8000'
            Date: 'Sat, 31 Mar 2018 11:58:00 +0000'
            Connection: close
            Content-Type: 'application/json; charset=UTF-8'
            Content-Length: '75'
        body: '{ "room": { "name": "Standup" }}'
