Commit 136316a9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix group ownership for dev seeds

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 44013827
......@@ -27,8 +27,9 @@ project_urls.each_with_index do |url, i|
path: group_path
)
group.description = Faker::Lorem.sentence
group.owner = User.first
group.save
group.add_owner(User.first)
end
project_path.gsub!(".git", "")
......
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