Commit e0f6f186d3c7f302d01bd09b4274811c4576adf0
1 parent
53449db8
Exists in
master
and in
28 other branches
ActionItem0: adding user ze
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@310 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
script/populate
... | ... | @@ -4,3 +4,4 @@ require File.dirname(__FILE__) + '/../config/environment' |
4 | 4 | User.create!(:login => 'test', :email => 'admin@example.com', :password => 'test', :password_confirmation => 'test') |
5 | 5 | User.create!(:login => 'user', :email => 'user@example.com', :password => 'user', :password_confirmation => 'user') |
6 | 6 | User.create!(:login => 'usuario', :email => 'usuario@example.com', :password => 'usuario', :password_confirmation => 'usuario') |
7 | +User.create!(:login => 'ze', :email => 'ze@example.com', :password => 'test', :password_confirmation => 'test') | ... | ... |