Commit 121c956e82e7156ac0fccb2dc0dd388f52e18f5a
1 parent
d460a9ad
Exists in
master
and in
29 other branches
ActionItem114: removing workaround :(
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@837 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
script/populate
... | ... | @@ -2,7 +2,6 @@ |
2 | 2 | require File.dirname(__FILE__) + '/../config/environment' |
3 | 3 | |
4 | 4 | Profile.destroy_all |
5 | -anhetegua = Profile.create!(:name => 'noosfero', :identifier => 'noosfero') | |
6 | 5 | |
7 | 6 | User.destroy_all |
8 | 7 | User.create!(:login => 'testprofile', :email => 'admin@localhost.localdomain', :password => 'test', :password_confirmation => 'test') | ... | ... |