cirandas.net

ref: master

test/fixtures/tags.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
root_tag_one:
  id: 1
  name: 'root_with_kids'
  pending: false
root_tag_two:
  id: 2
  name: 'quack'
  pending: false
subtag_one:
  id: 3
  name: 'subtag'
  parent_id: 1
  pending: false
pending_tag_one:
  id: 4
  name: 'pending'
  pending: true
pending_subtag_one:
  id: 5
  name: 'pending_subtag'
  parent_id: 1
  pending: true