Commit d5642d30 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix project fixtures

parent f33ada85
......@@ -7,20 +7,20 @@ Group.seed(:id, [
Project.seed(:id, [
# Global
{ id: 1, name: "Underscore.js", path: "underscore", owner_id: 1 },
{ id: 2, name: "Diaspora", path: "diaspora", owner_id: 1 },
{ id: 1, name: "Underscore.js", path: "underscore", creator_id: 1 },
{ id: 2, name: "Diaspora", path: "diaspora", creator_id: 1 },
# Brightbox
{ id: 3, namespace_id: 100, name: "Brightbox CLI", path: "brightbox-cli", owner_id: 1 },
{ id: 4, namespace_id: 100, name: "Puppet", path: "puppet", owner_id: 1 },
{ id: 3, namespace_id: 100, name: "Brightbox CLI", path: "brightbox-cli", creator_id: 1 },
{ id: 4, namespace_id: 100, name: "Puppet", path: "puppet", creator_id: 1 },
# KDE
{ id: 5, namespace_id: 101, name: "kdebase", path: "kdebase", owner_id: 1},
{ id: 6, namespace_id: 101, name: "kdelibs", path: "kdelibs", owner_id: 1},
{ id: 7, namespace_id: 101, name: "amarok", path: "amarok", owner_id: 1},
{ id: 5, namespace_id: 101, name: "kdebase", path: "kdebase", creator_id: 1},
{ id: 6, namespace_id: 101, name: "kdelibs", path: "kdelibs", creator_id: 1},
{ id: 7, namespace_id: 101, name: "amarok", path: "amarok", creator_id: 1},
# GitLab
{ id: 8, namespace_id: 99, name: "gitlabhq", path: "gitlabhq", owner_id: 1},
{ id: 9, namespace_id: 99, name: "gitlab-ci", path: "gitlab-ci", owner_id: 1},
{ id: 10, namespace_id: 99, name: "gitlab-recipes", path: "gitlab-recipes", owner_id: 1},
{ id: 8, namespace_id: 99, name: "gitlabhq", path: "gitlabhq", creator_id: 1},
{ id: 9, namespace_id: 99, name: "gitlab-ci", path: "gitlab-ci", creator_id: 1},
{ id: 10, namespace_id: 99, name: "gitlab-recipes", path: "gitlab-recipes", creator_id: 1},
])
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