summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-10-06 15:17:25 +0200
committerRobert Speicher <rspeicher@gmail.com>2017-10-06 15:27:19 +0200
commit348c610592585ca8bb1aa3bf1287d2f0302e02e9 (patch)
tree4a9b5a6a9fb28c69eb589dcdda5826dd6e7b6101 /qa/qa.rb
parente67ddcb302520b25fc6f313b6e1253a80201c6b3 (diff)
downloadgitlab-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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index a49b2b6ea42..752afc0e044 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -59,6 +59,7 @@ module QA
end
module Group
+ autoload :New, 'qa/page/group/new'
autoload :Show, 'qa/page/group/show'
end