lib/gitlab/qa.rb in gitlab-qa-7.12.0 vs lib/gitlab/qa.rb in gitlab-qa-7.13.0

- old
+ new

@@ -32,10 +32,11 @@ autoload :DeploymentBase, 'gitlab/qa/scenario/test/instance/deployment_base' autoload :Image, 'gitlab/qa/scenario/test/instance/image' autoload :RelativeUrl, 'gitlab/qa/scenario/test/instance/relative_url' autoload :RepositoryStorage, 'gitlab/qa/scenario/test/instance/repository_storage' autoload :Staging, 'gitlab/qa/scenario/test/instance/staging' + autoload :StagingRef, 'gitlab/qa/scenario/test/instance/staging_ref' autoload :Production, 'gitlab/qa/scenario/test/instance/production' autoload :Smoke, 'gitlab/qa/scenario/test/instance/smoke' autoload :Preprod, 'gitlab/qa/scenario/test/instance/preprod' autoload :Release, 'gitlab/qa/scenario/test/instance/release' autoload :Geo, 'gitlab/qa/scenario/test/instance/geo' @@ -85,9 +86,10 @@ autoload :InternetTunnel, 'gitlab/qa/component/internet_tunnel' autoload :LDAP, 'gitlab/qa/component/ldap' autoload :SAML, 'gitlab/qa/component/saml' autoload :Specs, 'gitlab/qa/component/specs' autoload :Staging, 'gitlab/qa/component/staging' + autoload :StagingRef, 'gitlab/qa/component/staging_ref' autoload :Production, 'gitlab/qa/component/production' autoload :Minio, 'gitlab/qa/component/minio' autoload :Preprod, 'gitlab/qa/component/preprod' autoload :Release, 'gitlab/qa/component/release' autoload :Elasticsearch, 'gitlab/qa/component/elasticsearch'