From 4710897c0d6211b55be2f72a93604582d27d305e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 28 Feb 2014 10:06:17 +0200 Subject: [PATCH] Add testme repo for dev seeds Signed-off-by: Dmitriy Zaporozhets --- db/fixtures/development/04_project.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb index 5cb19171abd..d0d0774e0c8 100644 --- a/db/fixtures/development/04_project.rb +++ b/db/fixtures/development/04_project.rb @@ -10,6 +10,7 @@ project_urls = [ 'https://github.com/gitlabhq/gitlab-recipes.git', 'https://github.com/gitlabhq/gitlab-shell.git', 'https://github.com/gitlabhq/grack.git', + 'https://github.com/gitlabhq/testme.git', 'https://github.com/twitter/flight.git', 'https://github.com/twitter/typeahead.js.git', 'https://github.com/h5bp/html5-boilerplate.git',