Method: Gitlab::QA::Component::Specs#initialize

Defined in:
lib/gitlab/qa/component/specs.rb

#initializeSpecs

Returns a new instance of Specs.



15
16
17
18
19
# File 'lib/gitlab/qa/component/specs.rb', line 15

def initialize
  @docker = Docker::Engine.new(stream_output: true) # stream test output directly instead of through logger
  @volumes = {}
  @env = {}
end