From b0435576df97b06308457456aa10de46fcfce6fe Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 10 Sep 2014 12:22:47 +0200 Subject: Fetch the testme repository from gitlab.com The repository was removed from github.com/gitlabhq. --- db/fixtures/development/04_project.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/fixtures') 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', -- cgit v1.2.1