mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 21:57:26 -04:00
|
||
---|---|---|
.. | ||
codecs | ||
conditionals | ||
examples | ||
filters | ||
inputs | ||
outputs | ||
support | ||
util | ||
config.rb | ||
event.rb | ||
jar.rb | ||
README.md | ||
speed.rb | ||
sqlite-test.rb | ||
test_utils.rb |
How to run these tests
Run one:
rspec spec/the/test.rb
Run them all:
rspec spec/**/*.rb
Debug one test:
LOGSTASH_DEBUG=y rspec spec/the/test.rb