summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-10-09 14:25:38 +0200
committerRobert Speicher <rspeicher@gmail.com>2017-10-09 14:25:38 +0200
commit395820782fe44340a2a6cf4674104895c92976e0 (patch)
treeb620e7056791425615594b55f4cfdf2fcde0e87c /qa/qa.rb
parent348c610592585ca8bb1aa3bf1287d2f0302e02e9 (diff)
downloadgitlab-ce-395820782fe44340a2a6cf4674104895c92976e0.tar.gz
Add QA::Scenario::Gitlab::Group::Create
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 752afc0e044..eb6f922d0d3 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -31,6 +31,10 @@ module QA
# GitLab instance scenarios.
#
module Gitlab
+ module Group
+ autoload :Create, 'qa/scenario/gitlab/group/create'
+ end
+
module Project
autoload :Create, 'qa/scenario/gitlab/project/create'
end