logstash/spec
Ry Biesemeyer a360dbb35c specs: temporarily use memory queue as a default
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
2018-05-18 20:21:13 +00:00
..
bootstrap introduce yaml settings file and cli long switches 2016-05-19 18:15:12 +00:00
fixtures Logstash-docgen tool v2 2016-11-30 19:57:40 -05:00
support Refactor API specs to play well with others 2017-05-18 13:45:27 +00:00
unit remove unused file 2018-04-25 12:48:14 +00:00
README.md
spec_helper.rb specs: temporarily use memory queue as a default 2018-05-18 20:21:13 +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