Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-10 14:22:47 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-09-10 14:22:47 +0400
commitb0435576df97b06308457456aa10de46fcfce6fe (patch)
treec741c9a9da751ddab60158ee95ae09bc6890a859 /db
parent6b7e80cb198926a07e3fc94ca850edd4ed4169b8 (diff)
Fetch the testme repository from gitlab.com
The repository was removed from github.com/gitlabhq.
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/04_project.rb2
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',