cirandas.net

ref: master

test/fixtures/profiles.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
johndoe:
  id: 1
  name: 'John Doe'
  type: 'Person' 
  identifier: johndoe
  environment_id: 1
  user_id: 1
joerandomhacker:
  id: 2
  name: 'Joe Random Hacker'
  type: 'Person'
  identifier: joerandomhacker
  environment_id: 1
  user_id: 2
ze:
  id: 4
  name: "Zé"
  type: 'Person'
  user_id: 3
  identifier: ze
  environment_id: 1
  data:
    :person_id: 4
    :address: "house of the hat"
    :contact_information: "Pavilhão 9, Quadrante 13, Esquina com Avenida das Alamedas, 467, fundos, falar com Dona Ivete após as 16"
    :created_at: '2007-12-01'
  home_page_id: 1
colivre:
  id: 5
  name: "cooptec_livre"
  type: 'Enterprise'
  identifier: 'colivre'
  environment_id: 1
empreendimentoB:
  id: 6
  name: "emp B"
  type: 'Enterprise'
  identifier: "empb"
  environment_id: 1