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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-21 21:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-21 21:09:27 +0300
commitbd7e8cd64b1eb9b2d5aa2f83e547d2a5b519b26c (patch)
tree292f1690eec2707d091ede0188706ec92da16427 /qa/qa.rb
parenta8f5aaa7081cc2d400fbac1106d9e94d02d70ab4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 566effb3cd9..dccb95613f1 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -385,7 +385,6 @@ module QA
module Deployments
module Environments
autoload :Index, 'qa/page/project/deployments/environments/index'
- autoload :Show, 'qa/page/project/deployments/environments/show'
end
end