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 6 identifier: johndoe
7 7 environment_id: 1
8 8 user_id: 1
9   - flexible_template_template: 'default'
10   - flexible_template_icon_theme: 'default'
11   - flexible_template_theme: 'default'
12 9 joerandomhacker:
13 10 id: 2
14 11 name: 'Joe Random Hacker'
... ... @@ -16,18 +13,12 @@ joerandomhacker:
16 13 identifier: joerandomhacker
17 14 environment_id: 1
18 15 user_id: 2
19   - flexible_template_template: 'simple'
20   - flexible_template_icon_theme: 'simple'
21   - flexible_template_theme: 'simple'
22 16 john_and_joe:
23 17 id: 3
24 18 name: "John and Joe's Production Cooperative"
25 19 type: 'Person'
26 20 identifier: john_and_joe
27 21 environment_id: 1
28   - flexible_template_template: 'simple'
29   - flexible_template_icon_theme: 'simple'
30   - flexible_template_theme: 'simple'
31 22 ze:
32 23 id: 4
33 24 name: "Zé"
... ... @@ -35,24 +26,15 @@ ze:
35 26 user_id: 3
36 27 identifier: ze
37 28 environment_id: 1
38   - flexible_template_template: 'default'
39   - flexible_template_icon_theme: 'default'
40   - flexible_template_theme: 'default'
41 29 colivre:
42 30 id: 5
43 31 name: "cooptec_livre"
44 32 type: 'Enterprise'
45 33 identifier: 'colivre'
46 34 environment_id: 1
47   - flexible_template_template: 'default'
48   - flexible_template_icon_theme: 'default'
49   - flexible_template_theme: 'default'
50 35 empreendimentoB:
51 36 id: 6
52 37 name: "emp B"
53 38 type: 'Enterprise'
54 39 identifier: "empb"
55 40 environment_id: 1
56   - flexible_template_template: 'default'
57   - flexible_template_icon_theme: 'default'
58   - flexible_template_theme: 'default'
... ...