Commit e090a2b43d0fe1b7f8acad54ebbe2433e975fc07

Authored by Antonio Terceiro
1 parent 781d3050

ActionItem1163: also adding an admin user

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
script/sample-data
... ... @@ -41,4 +41,5 @@ for verb in VERBS
41 41 end
42 42 puts
43 43  
44   -
  44 +ze = User.create!(:login => "ze", :email => 'root@localhost.localdomain', :password => 'test', :password_confirmation => 'test').person
  45 +Environment.default.add_admin(ze)
... ...