Commit fcfc7e68 authored by Shinya Maeda's avatar Shinya Maeda

Add new line and comments

parent c735f271
......@@ -4,6 +4,10 @@ Sidekiq::Testing.inline! do
Gitlab::Seeder.quiet do
User.all.sample(10).each do |user|
source_project = Project.public_only.sample
##
# 04_project.rb might not have created a public project because
# we use randomized approach (e.g. `Array#sample`).
return unless source_project
fork_project = Projects::ForkService.new(source_project, user, namespace: user.namespace).execute
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment