Remove remaining calls to CI yaml in pipeline specs

This commit is contained in:
Grzegorz Bizon 2016-11-25 10:45:36 +01:00
parent c1cc252bbd
commit 5131f8dedf
1 changed files with 0 additions and 5 deletions

View File

@ -3,11 +3,6 @@ require 'spec_helper'
describe Ci::ProcessPipelineService, services: true do
let(:pipeline) { create(:ci_pipeline, ref: 'master') }
let(:user) { create(:user) }
let(:config) { nil }
before do
allow(pipeline).to receive(:ci_yaml_file).and_return(config)
end
describe '#execute' do
context 'start queuing next builds' do