diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2018-11-19 18:01:38 +0500 |
---|---|---|
committer | Sanad Liaquat <sliaquat@gitlab.com> | 2018-11-23 15:44:56 +0500 |
commit | 815235ffa0e8818edbb31fead656387b64e4792f (patch) | |
tree | a7171fca793fb9567bccd9e53c45d2e0413327a0 /qa/qa.rb | |
parent | a22f442d037c9b77152cc26bb740a9ffd004c6b6 (diff) | |
download | gitlab-ce-qa-193-ldap-group-sync-ce.tar.gz |
Port ee changesqa-193-ldap-group-sync-ce
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -329,6 +329,7 @@ module QA module Page autoload :Logging, 'qa/support/page/logging' end + autoload :Api, 'qa/support/api' end end |