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>2017-12-28 15:50:22 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-12-28 15:50:22 +0300
commit2078cb4e84bcc65774fc523d82a3f682248aae6f (patch)
tree7a3d853ccb8a4a6e5a41e5aa492f0352e224b2fe /qa/qa.rb
parent7377b97c5faf375d659c8e338982760d0d6bbb25 (diff)
Rename DeployKey to DeployKeys
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index c303a4e7883..c331d4613a4 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -89,7 +89,7 @@ module QA
module Settings
autoload :Repository, 'qa/page/project/settings/repository'
- autoload :DeployKey, 'qa/page/project/settings/deploy_key'
+ autoload :DeployKeys, 'qa/page/project/settings/deploy_keys'
end
end