Spec multiline filter: remove duplicated comments

This commit is contained in:
Laust Rud Jacobsen 2012-11-25 16:11:41 +01:00
parent df327c1449
commit 1fff0a8961

View file

@ -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 {