Commit 0b7bc84efaa2ea63493af8cd7fdac089231f1f3e
1 parent
06f644b6
Exists in
master
and in
22 other branches
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,12 +26,11 @@ ze: | ||
26 | user_id: 3 | 26 | user_id: 3 |
27 | identifier: ze | 27 | identifier: ze |
28 | environment_id: 1 | 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 | :created_at: '2007-12-01' | 33 | :created_at: '2007-12-01' |
34 | - } | ||
35 | home_page_id: 1 | 34 | home_page_id: 1 |
36 | colivre: | 35 | colivre: |
37 | id: 5 | 36 | id: 5 |