Sha256: bca681467e9b4be77e19551c5b1080b788ab5db2daaaec235ccabdc85ad71bf6
Contents?: true
Size: 375 Bytes
Versions: 88
Compression:
Stored size: 375 Bytes
Contents
# frozen_string_literal: true module Gitlab module QA module Scenario module Test module Instance ## # Run test suite against pre.gitlab.com # class Preprod < DeploymentBase def deployment_component Component::Preprod end end end end end end end
Version data entries
88 entries across 88 versions & 1 rubygems