summaryrefslogtreecommitdiff
path: root/qa/spec/git
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-02-13 23:35:45 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-02-13 23:35:45 +0800
commit59d49f70c3b36e633b78e82fe3bd85b53f06900b (patch)
tree445c8ca00a24102f9b0bc77729db77287cfd748c /qa/spec/git
parent565fdd63cf49c266c7a6a2a0d2a843339a9d30e6 (diff)
downloadgitlab-ce-59d49f70c3b36e633b78e82fe3bd85b53f06900b.tar.gz
Rename Git::Repository::Location to Git::Location
Diffstat (limited to 'qa/spec/git')
-rw-r--r--qa/spec/git/location_spec.rb (renamed from qa/spec/git/repository/location_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/spec/git/repository/location_spec.rb b/qa/spec/git/location_spec.rb
index c1fe01becd7..4c68a0cda61 100644
--- a/qa/spec/git/repository/location_spec.rb
+++ b/qa/spec/git/location_spec.rb
@@ -1,4 +1,4 @@
-describe QA::Git::Repository::Location do
+describe QA::Git::Location do
describe '.parse' do
context 'when URI starts with ssh://' do
context 'when URI has port' do