diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-10 12:22:47 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-10 12:22:47 +0200 |
commit | b0435576df97b06308457456aa10de46fcfce6fe (patch) | |
tree | c741c9a9da751ddab60158ee95ae09bc6890a859 /db/fixtures | |
parent | 6b7e80cb198926a07e3fc94ca850edd4ed4169b8 (diff) | |
download | gitlab-ce-b0435576df97b06308457456aa10de46fcfce6fe.tar.gz |
Fetch the testme repository from gitlab.com
The repository was removed from github.com/gitlabhq.
Diffstat (limited to 'db/fixtures')
-rw-r--r-- | db/fixtures/development/04_project.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/04_project.rb b/db/fixtures/development/04_project.rb index b93229a0609..e8418042263 100644 --- a/db/fixtures/development/04_project.rb +++ b/db/fixtures/development/04_project.rb @@ -7,7 +7,7 @@ Sidekiq::Testing.inline! do 'https://github.com/gitlabhq/gitlabhq.git', 'https://github.com/gitlabhq/gitlab-ci.git', 'https://github.com/gitlabhq/gitlab-shell.git', - 'https://github.com/gitlabhq/testme.git', + 'https://gitlab.com/gitlab-org/testme.git', 'https://github.com/twitter/flight.git', 'https://github.com/twitter/typeahead.js.git', 'https://github.com/h5bp/html5-boilerplate.git', |