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:
authorRobert Speicher <rspeicher@gmail.com>2017-10-09 15:25:38 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-10-09 15:25:38 +0300
commit395820782fe44340a2a6cf4674104895c92976e0 (patch)
treeb620e7056791425615594b55f4cfdf2fcde0e87c /qa/qa.rb
parent348c610592585ca8bb1aa3bf1287d2f0302e02e9 (diff)
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