Commit 0b7bc84efaa2ea63493af8cd7fdac089231f1f3e

Authored by Antonio Terceiro
1 parent 06f644b6

Fixed YAML syntax in fixtures file

Showing 1 changed file with 4 additions and 5 deletions   Show diff stats
test/fixtures/profiles.yml
... ... @@ -26,12 +26,11 @@ ze:
26 26 user_id: 3
27 27 identifier: ze
28 28 environment_id: 1
29   - data: {
30   - :person_id: 4,
31   - :address: "house of the hat",
32   - :contact_information: "Pavilhão 9, Quadrante 13, Esquina com Avenida das Alamedas, 467, fundos, falar com Dona Ivete após as 16",
  29 + data:
  30 + :person_id: 4
  31 + :address: "house of the hat"
  32 + :contact_information: "Pavilhão 9, Quadrante 13, Esquina com Avenida das Alamedas, 467, fundos, falar com Dona Ivete após as 16"
33 33 :created_at: '2007-12-01'
34   - }
35 34 home_page_id: 1
36 35 colivre:
37 36 id: 5
... ...