Commit b1ba3e6a55c7e519fcd4e3d5991b2091f10820ae
1 parent
e8472fd7
Exists in
master
and in
29 other branches
ActionItem154: giving a slightly smaller name
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1383 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/anhetegua
... | ... | @@ -92,7 +92,7 @@ RoleAssignment.create!(:accessor => root, :role => admin_role, :resource => Envi |
92 | 92 | |
93 | 93 | # Sample user and sample enterprise owned by him |
94 | 94 | ze = User.create!(:login => 'ze', :email => 'ze@localhost.localdomain', :password => 'test', :password_confirmation => 'test').person |
95 | -empa = Enterprise.create!(:name => 'Empreendimento A', :identifier => 'empreendimento_a') | |
95 | +empa = Enterprise.create!(:name => 'Cooperativa A', :identifier => 'coop_a') | |
96 | 96 | |
97 | 97 | empa.affiliate(ze, owner_role) |
98 | 98 | colivre.affiliate(ze, owner_role) | ... | ... |