Merge branch 'development_seed_fix' into 'master'

Development  Project Seed Data Fix

After this commit 1d2bdb4d58 Contexts were replaced with Services. One context remained in the seed data which means development seeding will fail.

@dzaporozhets Do we want to backport this to 6.5 too?

/cc @jacobvosmaer @sytse
This commit is contained in:
Dmitriy Zaporozhets 2014-01-24 11:27:05 +00:00
commit 9bb9267482

View file

@ -40,7 +40,7 @@ project_urls.each_with_index do |url, i|
description: Faker::Lorem.sentence
}
project = Projects::CreateContext.new(User.first, params).execute
project = Projects::CreateService.new(User.first, params).execute
if project.valid?
print '.'