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-06 16:17:25 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-10-06 16:27:19 +0300
commit348c610592585ca8bb1aa3bf1287d2f0302e02e9 (patch)
tree4a9b5a6a9fb28c69eb589dcdda5826dd6e7b6101 /qa/qa.rb
parente67ddcb302520b25fc6f313b6e1253a80201c6b3 (diff)
Add QA::Page::Group::New to fill in the "Create group" form
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