Commit a9cf805b3cdea025796e850debea875de7f92c56
1 parent
239cccb2
Exists in
master
and in
22 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
test/fixtures/users.yml
... | ... | @@ -15,3 +15,11 @@ joerandomhacker: |
15 | 15 | crypted_password: 00742970dc9e6319f8019fd54864d3ea740f04b1 # test |
16 | 16 | # activation_code: aaronscode # only if you're activating new signups |
17 | 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 %> | ... | ... |