diff options
author | Stan Hu <stanhu@gmail.com> | 2018-02-04 04:15:06 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-02-04 21:38:07 -0800 |
commit | 9638ecbcbc5b03e65961c21492df378b90a75485 (patch) | |
tree | 3dfe1c2ec0ce82cba61cd13ba619980f99c32ba9 /qa/qa.rb | |
parent | 5aea8dc1a6dc17d4a73e65f3c3a0f8b7e29686eb (diff) | |
download | gitlab-ce-9638ecbcbc5b03e65961c21492df378b90a75485.tar.gz |
Add QA specs for LDAP login
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |