diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-10-06 15:17:25 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-10-06 15:27:19 +0200 |
commit | 348c610592585ca8bb1aa3bf1287d2f0302e02e9 (patch) | |
tree | 4a9b5a6a9fb28c69eb589dcdda5826dd6e7b6101 /qa/qa.rb | |
parent | e67ddcb302520b25fc6f313b6e1253a80201c6b3 (diff) | |
download | gitlab-ce-348c610592585ca8bb1aa3bf1287d2f0302e02e9.tar.gz |
Add QA::Page::Group::New to fill in the "Create group" formrs-qa-sandbox-group
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ module QA end module Group + autoload :New, 'qa/page/group/new' autoload :Show, 'qa/page/group/show' end |