- add failing-test stub

This commit is contained in:
Jordan Sissel 2012-09-13 14:53:45 -07:00
parent 0aeff87690
commit 252787374c

10
spec/filters/xml.rb Normal file
View file

@ -0,0 +1,10 @@
require "test_utils"
require "logstash/filters/xml"
describe LogStash::Filters::Mutate do
extend LogStash::RSpec
it "needs tests!"
raise "I NEED TESTS"
end
end