summaryrefslogtreecommitdiffstats
path: root/test/fixtures/documents.yml
blob: b96fab6cf2ddce691af96c755ca75bf5f7a47ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
documents_001:
  created_on: 2007-01-27 15:08:27 +01:00
  project_id: 1
  title: "Test document"
  id: 1
  description: "Document description"
  category_id: 1
documents_002:
  created_on: 2007-02-12 15:08:27 +01:00
  project_id: 1
  title: "An other document"
  id: 2
  description: ""
  category_id: 1
documents_003:
  created_on: 2007-03-05 15:08:27 +01:00
  project_id: 1
  title: "An other document 2"
  id: 3
  description: ""
  category_id: 3