summaryrefslogtreecommitdiff
path: root/spec/fixtures/project_services/campfire/rooms2.json
blob: 3d5f635d8b39a8d88dc0764ba85259604bc0c41a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "rooms": [
    {
      "name": "test-room-not-found",
      "locked": false,
      "created_at": "2009/01/07 20:43:11 +0000",
      "updated_at": "2009/03/18 14:31:39 +0000",
      "topic": "The room topic\n",
      "id": 123,
      "membership_limit": 4
    },
    {
      "name": "another room",
      "locked": true,
      "created_at": "2009/03/18 14:30:42 +0000",
      "updated_at": "2013/01/27 14:14:27 +0000",
      "topic": "Comment, ideas, GitHub notifications for eCommittee App",
      "id": 456,
      "membership_limit": 4
    }
  ]
}