diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-27 12:07:43 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-27 12:07:43 +0000 |
commit | 39fa7d1eeb2dba52f0601128f3ac91f57d19866e (patch) | |
tree | da042d34ff762dd1957e51666a34202295a081b9 /qa/qa.rb | |
parent | 6ac4a6713ed3196af899011f7e18658e16ebaac0 (diff) | |
download | gitlab-ce-39fa7d1eeb2dba52f0601128f3ac91f57d19866e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -134,7 +134,6 @@ module QA autoload :LDAPNoServer, 'qa/scenario/test/integration/ldap_no_server' autoload :LDAPTLS, 'qa/scenario/test/integration/ldap_tls' autoload :InstanceSAML, 'qa/scenario/test/integration/instance_saml' - autoload :OAuth, 'qa/scenario/test/integration/oauth' autoload :Kubernetes, 'qa/scenario/test/integration/kubernetes' autoload :Mattermost, 'qa/scenario/test/integration/mattermost' autoload :ObjectStorage, 'qa/scenario/test/integration/object_storage' @@ -483,17 +482,6 @@ module QA autoload :ConfigureJob, 'qa/vendor/jenkins/page/configure_job' end end - - module Github - module Page - autoload :Base, 'qa/vendor/github/page/base' - autoload :Login, 'qa/vendor/github/page/login' - end - end - - module OnePassword - autoload :CLI, 'qa/vendor/one_password/cli' - end end # Classes that provide support to other parts of the framework. |