Commit fb8d674319b6eff79edb2616a5e7a790017148df

Authored by MoisesMachado
1 parent 5b0544f7

ActionItem4: tags fixtures added

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@113 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 22 additions and 0 deletions   Show diff stats
test/fixtures/tags.yml 0 → 100644
... ... @@ -0,0 +1,22 @@
  1 +root_tag_one:
  2 + id: 1
  3 + name: 'root_with_kids'
  4 + pending: false
  5 +root_tag_two:
  6 + id: 2
  7 + name: 'quack'
  8 + pending: false
  9 +subtag_one:
  10 + id: 3
  11 + name: 'subtag'
  12 + parent_id: 1
  13 + pending: false
  14 +pending_tag_one:
  15 + id: 4
  16 + name: 'pending'
  17 + pending: true
  18 +pending_subtag_one:
  19 + id: 5
  20 + name: 'pending_subtag'
  21 + parent_id: 1
  22 + pending: true
... ...