diff options
| -rw-r--r-- | lib/tasks/demo.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/demo.rake b/lib/tasks/demo.rake index 6d844734b..d2c42ef5e 100644 --- a/lib/tasks/demo.rake +++ b/lib/tasks/demo.rake @@ -8,7 +8,7 @@ namespace :demo do old_organisation.destroy end - organisation = Organisation.create!(:name => "demo") + organisation = Organisation.create!(:name => "DemoChouette") user = organisation.users.create( :name => "Demo", :email => "demo@chouette.mobi", :password => "chouette", :password_confirmation =>"chouette") user.confirm! referential = organisation.referentials.create( :name => "Tatrobus", :slug => "tatrobus", :prefix => "TAT") |
