mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
In an effort to stabilise our specs and reduce the amount of overflow from each spec to the next, this patch temporarily sets the default queue type to be the memory queue. Fixes #9601 |
||
---|---|---|
.. | ||
bootstrap | ||
fixtures | ||
support | ||
unit | ||
README.md | ||
spec_helper.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