mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- add failing-test stub
This commit is contained in:
parent
0aeff87690
commit
252787374c
1 changed files with 10 additions and 0 deletions
10
spec/filters/xml.rb
Normal file
10
spec/filters/xml.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue