Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-02-13 18:35:45 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-02-13 18:35:45 +0300
commit59d49f70c3b36e633b78e82fe3bd85b53f06900b (patch)
tree445c8ca00a24102f9b0bc77729db77287cfd748c /qa/qa.rb
parent565fdd63cf49c266c7a6a2a0d2a843339a9d30e6 (diff)
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
##