logstash/spec
2017-10-26 12:15:12 +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 fix a few issues with proxy handling when installing plugins 2017-10-05 11:50:34 +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 #8280 remove simplecov 2017-10-26 12:15:12 +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