mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 05:08:07 -04:00
|
||
---|---|---|
.. | ||
core | ||
filters | ||
inputs | ||
lib/logstash | ||
logstash | ||
outputs | ||
util | ||
README.md | ||
spec_helper.rb | ||
util_spec.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