summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 23:05:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-31 23:05:30 +0300
commit394ac378f806db8d521e13709bdd3a3e5550399d (patch)
tree214fc94c35b329e738f52a92713159c71e942366 /spec/support
parentfaaedbf0514f14d7f7341d72b507f541efbc5d26 (diff)
downloadgitlab-ce-394ac378f806db8d521e13709bdd3a3e5550399d.tar.gz
Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setup
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/test_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb
index e7bc209d948..e67c29a6783 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -45,7 +45,7 @@ module TestEnv
def setup_factory_repo
repo_path = repos_path + "/root/testme.git"
- clone_url = 'https://gitlab.com/gitlab-org/testme.git'
+ clone_url = 'https://gitlab.com/gitlab-org/gitlab-test.git'
unless File.directory?(repo_path)
git_cmd = %W(git clone --bare #{clone_url} #{repo_path})