spec/gitlab/qa/component/gitlab_spec.rb [432:438]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          before do
            stub_const('Gitlab::QA::Docker::Engine', docker)
            allow(Gitlab::QA::Runtime::Env).to receive(:host_artifacts_dir).and_return(artifacts_dir)
            allow(File).to receive(:exist?)
              .with("#{artifacts_dir}/#{gitlab_component.name}-reconfigure.log").and_return(false)
            allow(File).to receive(:open)
               .with("#{artifacts_dir}/#{gitlab_component.name}-reconfigure.log", "w")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/gitlab/qa/component/gitlab_spec.rb [449:455]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          before do
            stub_const('Gitlab::QA::Docker::Engine', docker)
            allow(Gitlab::QA::Runtime::Env).to receive(:host_artifacts_dir).and_return(artifacts_dir)
            allow(File).to receive(:exist?)
              .with("#{artifacts_dir}/#{gitlab_component.name}-reconfigure.log").and_return(false)
            allow(File).to receive(:open)
               .with("#{artifacts_dir}/#{gitlab_component.name}-reconfigure.log", "w")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



