From 1fff0a89612d0bcc307aa97a23af91e79642eff7 Mon Sep 17 00:00:00 2001 From: Laust Rud Jacobsen Date: Sun, 25 Nov 2012 16:11:41 +0100 Subject: [PATCH] Spec multiline filter: remove duplicated comments --- spec/filters/multiline.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spec/filters/multiline.rb b/spec/filters/multiline.rb index 4d914cc9e..a6e91cada 100644 --- a/spec/filters/multiline.rb +++ b/spec/filters/multiline.rb @@ -5,8 +5,6 @@ describe LogStash::Filters::Multiline do extend LogStash::RSpec describe "simple multiline" do - # The logstash config goes here. - # At this time, only filters are supported. config <<-CONFIG filter { multiline { @@ -24,8 +22,6 @@ describe LogStash::Filters::Multiline do end describe "multiline using grok patterns" do - # The logstash config goes here. - # At this time, only filters are supported. config <<-CONFIG filter { multiline { @@ -43,8 +39,6 @@ describe LogStash::Filters::Multiline do end describe "multiline safety among multiple concurrent streams" do - # The logstash config goes here. - # At this time, only filters are supported. config <<-CONFIG filter { multiline {