Sha256: 785160acfd62f4718a367dab57ee8eee6f379e8ef821984fe311681c47164a57

Contents?: true

Size: 390 Bytes

Versions: 89

Compression:

Stored size: 390 Bytes

Contents

# frozen_string_literal: true

module Gitlab
  module QA
    module Scenario
      module Test
        module Instance
          ##
          # Run test suite against Staging Ref environment
          #
          class StagingRef < DeploymentBase
            def deployment_component
              Component::StagingRef
            end
          end
        end
      end
    end
  end
end

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
gitlab-qa-8.4.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-8.3.2 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-8.3.1 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-8.3.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-8.2.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-8.1.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-8.0.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-7.36.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb
gitlab-qa-7.35.0 lib/gitlab/qa/scenario/test/instance/staging_ref.rb