Skip to content
Snippets Groups Projects
Commit f05ab97e authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Restore nil for stream

parent e7d3fe44
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@ require 'spec_helper'
 
describe Gitlab::Ci::Trace::Stream do
describe 'delegates' do
subject { described_class.new { StringIO.new } }
subject { described_class.new { nil } }
 
it { is_expected.to delegate_method(:close).to(:stream) }
it { is_expected.to delegate_method(:tell).to(:stream) }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment