no more prepare_metrics

This commit is contained in:
Pete Fritchman 2012-07-15 01:14:28 -04:00
parent 2632f1ede9
commit 3094986dfd

View file

@ -22,7 +22,6 @@ describe LogStash::Filters::Split do
end end
@filter = LogStash::Filters::Split.new(cfg) @filter = LogStash::Filters::Split.new(cfg)
@filter.prepare_metrics
end end
test "default behavior" do test "default behavior" do