summaryrefslogtreecommitdiff
path: root/qa/qa
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-02-14 00:59:38 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-02-14 01:39:59 +0800
commit305c8751c2845dc9c96f654579c7c9063c760534 (patch)
treeb0f52826df9ce6360dfa57a5715e8f78db395d60 /qa/qa
parent58d1ad56f398dd847b75f54b1a84a86d6d10ba0a (diff)
downloadgitlab-ce-305c8751c2845dc9c96f654579c7c9063c760534.tar.gz
Fix the use to Git::Location
Diffstat (limited to 'qa/qa')
-rw-r--r--qa/qa/page/project/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/show.rb b/qa/qa/page/project/show.rb
index 8d4a8c51184..b603557f59c 100644
--- a/qa/qa/page/project/show.rb
+++ b/qa/qa/page/project/show.rb
@@ -37,7 +37,7 @@ module QA
end
def repository_location_uri
- Git::Repository::Location.parse(repository_location)
+ Git::Location.new(repository_location)
end
def project_name