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:
authorStan Hu <stanhu@gmail.com>2018-02-04 15:15:06 +0300
committerStan Hu <stanhu@gmail.com>2018-02-05 08:38:07 +0300
commit9638ecbcbc5b03e65961c21492df378b90a75485 (patch)
tree3dfe1c2ec0ce82cba61cd13ba619980f99c32ba9 /qa/qa.rb
parent5aea8dc1a6dc17d4a73e65f3c3a0f8b7e29686eb (diff)
Add QA specs for LDAP login
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 8630e2a522c..3a4c2d575f1 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -64,6 +64,7 @@ module QA
autoload :Instance, 'qa/scenario/test/instance'
module Integration
+ autoload :Ldap, 'qa/scenario/test/integration/ldap'
autoload :Mattermost, 'qa/scenario/test/integration/mattermost'
end