spec/inputs/file_spec.rb in logstash-input-file-2.1.1 vs spec/inputs/file_spec.rb in logstash-input-file-2.1.2

- old
+ new

@@ -145,10 +145,10 @@ describe "testing with new, register, run and stop" do let(:conf) { Hash.new } let(:mlconf) { Hash.new } let(:events) { Array.new } let(:mlcodec) { LogStash::Codecs::Multiline.new(mlconf) } - let(:codec) { CodecTracer.new } + let(:codec) { FileInput::CodecTracer.new } let(:tmpfile_path) { Stud::Temporary.pathname } let(:sincedb_path) { Stud::Temporary.pathname } let(:tmpdir_path) { Stud::Temporary.directory } context "when data exists and then more data is appended" do