Sha256: 70c83ec976c331d8e942a1d25ad4a1fd6b539f91a82810eb65400f79667ddde2
Contents?: true
Size: 348 Bytes
Versions: 101
Compression:
Stored size: 348 Bytes
Contents
module Gitlab module QA module Scenario module Test module Instance ## # Run test suite against staging.gitlab.com # class Staging < DeploymentBase def deployment_component Component::Staging end end end end end end end
Version data entries
101 entries across 101 versions & 1 rubygems