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