logstash/spec
2022-02-28 22:34:02 +00:00
..
bootstrap Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:54:32 +00:00
compliance Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:54:32 +00:00
fixtures Logstash-docgen tool v2 2016-11-30 19:57:40 -05:00
support Unpin bundler, fix gem installer tests (#13762) (#13776) 2022-02-15 15:52:09 +00:00
unit Feat: conservative plugin (dependency) updates by default (#13794) (#13804) 2022-02-28 22:34:02 +00:00
README.md Using already existing LOGSTASH_DEBUG env variable to debug + update README 2012-09-14 12:28:29 +02:00
spec_helper.rb Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:54:32 +00:00

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