We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be127e6 commit 731025eCopy full SHA for 731025e
1 file changed
qa/integration/specs/multiple_pipeline_spec.rb
@@ -82,8 +82,8 @@
82
expect(IO.readlines(temporary_out_file_1).size).to eq(1)
83
expect(File.exist?(temporary_out_file_2)).to be(true)
84
expect(IO.readlines(temporary_out_file_2).size).to eq(1)
85
- expect(File.exist?(ENV['TEMP_FILE_PATH'])).to be(true)
86
- expect(IO.readlines(ENV['TEMP_FILE_PATH']).size).to eq(1)
+ expect(File.exist?(temporary_out_file_3)).to be(true)
+ expect(IO.readlines(temporary_out_file_3).size).to eq(1)
87
end
88
89
context 'effectively-empty pipelines.yml file' do
0 commit comments