summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-01-23 10:09:19 +0100
committerMarin Jankovski <marin@gitlab.com>2014-02-06 17:26:41 +0100
commit2ffa03ab3a45fe43e3770524e3dcbfcb50e33478 (patch)
tree7d15ce9b9f30256f6370445792c6d75236b287d2
parent6f6f1588ba5123f156ee3b0635a061745b71fcde (diff)
downloadgitlab-ce-6-5-stable.tar.gz
Replace context with service in development seed data.6-5-stable
-rw-r--r--db/fixtures/development/04_project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb
index 6fdb163c27d..7bb7189b9bf 100644
--- a/db/fixtures/development/04_project.rb
+++ b/db/fixtures/development/04_project.rb
@@ -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 '.'