summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index bc54f20e17b..7fe18676634 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -34,10 +34,6 @@ module QA
module Project
autoload :Create, 'qa/scenario/gitlab/project/create'
end
-
- module License
- autoload :Add, 'qa/scenario/gitlab/license/add'
- end
end
end
@@ -63,7 +59,6 @@ module QA
module Admin
autoload :Menu, 'qa/page/admin/menu'
- autoload :License, 'qa/page/admin/license'
end
end