Sha256: 47d0bba5f91938d6e39c5c726b7f87dc8f52639c074bacb1b3b0a46e6d3a9ba4
Contents?: true
Size: 359 Bytes
Versions: 41
Compression:
Stored size: 359 Bytes
Contents
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
41 entries across 41 versions & 1 rubygems