Commit a9cf805b3cdea025796e850debea875de7f92c56
1 parent
239cccb2
Exists in
master
and in
29 other branches
ActionItem8: adding ze
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@133 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
test/fixtures/profiles.yml
@@ -25,3 +25,11 @@ john_and_joe: | @@ -25,3 +25,11 @@ john_and_joe: | ||
25 | template: 'simple' | 25 | template: 'simple' |
26 | icons_theme: 'simple' | 26 | icons_theme: 'simple' |
27 | theme: 'simple' | 27 | theme: 'simple' |
28 | +ze: | ||
29 | + id: 4 | ||
30 | + name: "Zé" | ||
31 | + identifier: ze | ||
32 | + virtual_community_id: 1 | ||
33 | + template: 'default' | ||
34 | + icons_theme: 'default' | ||
35 | + theme: 'default' |
test/fixtures/users.yml
@@ -15,3 +15,11 @@ joerandomhacker: | @@ -15,3 +15,11 @@ joerandomhacker: | ||
15 | crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test | 15 | crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test |
16 | # activation_code: aaronscode # only if you're activating new signups | 16 | # activation_code: aaronscode # only if you're activating new signups |
17 | created_at: <%= 1.days.ago.to_s :db %> | 17 | created_at: <%= 1.days.ago.to_s :db %> |
18 | +ze: | ||
19 | + id: 3 | ||
20 | + login: ze | ||
21 | + email: ze@example.com | ||
22 | + salt: 7e3041ebc2fc05a40c60028e2c4901a81035d3cd | ||
23 | + crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test | ||
24 | + # activation_code: aaronscode # only if you're activating new signups | ||
25 | + created_at: <%= 1.days.ago.to_s :db %> |