Commit 1470780d9e686759e2c0c3ece6974873730cd8ec

Authored by AntonioTerceiro
1 parent 3c57e022

ActionItem85: removing flexible_template_* stuff from fixture



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@664 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 18 deletions   Show diff stats
test/fixtures/profiles.yml
@@ -6,9 +6,6 @@ johndoe: @@ -6,9 +6,6 @@ johndoe:
6 identifier: johndoe 6 identifier: johndoe
7 environment_id: 1 7 environment_id: 1
8 user_id: 1 8 user_id: 1
9 - flexible_template_template: 'default'  
10 - flexible_template_icon_theme: 'default'  
11 - flexible_template_theme: 'default'  
12 joerandomhacker: 9 joerandomhacker:
13 id: 2 10 id: 2
14 name: 'Joe Random Hacker' 11 name: 'Joe Random Hacker'
@@ -16,18 +13,12 @@ joerandomhacker: @@ -16,18 +13,12 @@ joerandomhacker:
16 identifier: joerandomhacker 13 identifier: joerandomhacker
17 environment_id: 1 14 environment_id: 1
18 user_id: 2 15 user_id: 2
19 - flexible_template_template: 'simple'  
20 - flexible_template_icon_theme: 'simple'  
21 - flexible_template_theme: 'simple'  
22 john_and_joe: 16 john_and_joe:
23 id: 3 17 id: 3
24 name: "John and Joe's Production Cooperative" 18 name: "John and Joe's Production Cooperative"
25 type: 'Person' 19 type: 'Person'
26 identifier: john_and_joe 20 identifier: john_and_joe
27 environment_id: 1 21 environment_id: 1
28 - flexible_template_template: 'simple'  
29 - flexible_template_icon_theme: 'simple'  
30 - flexible_template_theme: 'simple'  
31 ze: 22 ze:
32 id: 4 23 id: 4
33 name: "Zé" 24 name: "Zé"
@@ -35,24 +26,15 @@ ze: @@ -35,24 +26,15 @@ ze:
35 user_id: 3 26 user_id: 3
36 identifier: ze 27 identifier: ze
37 environment_id: 1 28 environment_id: 1
38 - flexible_template_template: 'default'  
39 - flexible_template_icon_theme: 'default'  
40 - flexible_template_theme: 'default'  
41 colivre: 29 colivre:
42 id: 5 30 id: 5
43 name: "cooptec_livre" 31 name: "cooptec_livre"
44 type: 'Enterprise' 32 type: 'Enterprise'
45 identifier: 'colivre' 33 identifier: 'colivre'
46 environment_id: 1 34 environment_id: 1
47 - flexible_template_template: 'default'  
48 - flexible_template_icon_theme: 'default'  
49 - flexible_template_theme: 'default'  
50 empreendimentoB: 35 empreendimentoB:
51 id: 6 36 id: 6
52 name: "emp B" 37 name: "emp B"
53 type: 'Enterprise' 38 type: 'Enterprise'
54 identifier: "empb" 39 identifier: "empb"
55 environment_id: 1 40 environment_id: 1
56 - flexible_template_template: 'default'  
57 - flexible_template_icon_theme: 'default'  
58 - flexible_template_theme: 'default'