diff options
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/04_project.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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', |