summaryrefslogtreecommitdiff
path: root/qa/qa.rb
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/qa.rb
parent565fdd63cf49c266c7a6a2a0d2a843339a9d30e6 (diff)
downloadgitlab-ce-59d49f70c3b36e633b78e82fe3bd85b53f06900b.tar.gz
Rename Git::Repository::Location to Git::Location
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index c1b5d278186..c6de8625f3d 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -169,6 +169,7 @@ module QA
#
module Git
autoload :Repository, 'qa/git/repository'
+ autoload :Location, 'qa/git/location'
end
##