diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2017-10-09 14:25:38 +0200 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2017-10-09 14:25:38 +0200 |
| commit | 395820782fe44340a2a6cf4674104895c92976e0 (patch) | |
| tree | b620e7056791425615594b55f4cfdf2fcde0e87c /qa/qa.rb | |
| parent | 348c610592585ca8bb1aa3bf1287d2f0302e02e9 (diff) | |
| download | gitlab-ce-395820782fe44340a2a6cf4674104895c92976e0.tar.gz | |
Add QA::Scenario::Gitlab::Group::Create
Diffstat (limited to 'qa/qa.rb')
| -rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
