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>2019-10-09 18:05:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-09 18:05:58 +0300
commitcc6b394a063eb77c90505e4adca2e2da2e29c3a2 (patch)
tree94ec203489b9c800b832c7bd4f1b7aadc5a96958 /qa/qa.rb
parent0a850868dfb85086cba8320cee9dac4657dcae6c (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 205e6b82aec..44a46e2ea38 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -259,7 +259,6 @@ module QA
module Milestone
autoload :New, 'qa/page/project/milestone/new'
autoload :Index, 'qa/page/project/milestone/index'
- autoload :Show, 'qa/page/project/milestone/show'
end
module Operations