Class: Gitlab::QA::Scenario::Test::Instance::Production
- Inherits:
 - 
      DeploymentBase
      
        
- Object
 - Gitlab::QA::Scenario::Template
 - DeploymentBase
 - Gitlab::QA::Scenario::Test::Instance::Production
 
 
- Defined in:
 - lib/gitlab/qa/scenario/test/instance/production.rb
 
Overview
Run test suite against gitlab.com
Instance Method Summary collapse
Methods inherited from DeploymentBase
#initialize, #non_rspec_args, #perform
Methods inherited from Gitlab::QA::Scenario::Template
Constructor Details
This class inherits a constructor from Gitlab::QA::Scenario::Test::Instance::DeploymentBase
Instance Method Details
#deployment_component ⇒ Object
      10 11 12  | 
    
      # File 'lib/gitlab/qa/scenario/test/instance/production.rb', line 10 def deployment_component Component::Production end  |