diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-28 10:06:17 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-28 10:06:17 +0200 |
commit | 4710897c0d6211b55be2f72a93604582d27d305e (patch) | |
tree | 7125613449cdb3d5cae247e53cce9d012d8b9295 /db | |
parent | 3dcfae75244126d47d880c2351a8d280fb3fac47 (diff) | |
download | gitlab-ce-4710897c0d6211b55be2f72a93604582d27d305e.tar.gz |
Add testme repo for dev seeds
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'db')
-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', |