logstash/spec
Tal Levy b545b83390 Migrate Logstash to Log4j2 Logging (#5651)
Migrate to use Log4j2 for Logstash logging
2016-08-26 18:11:22 +00:00
..
bootstrap introduce yaml settings file and cli long switches 2016-05-19 19:20:37 +01:00
unit Fix failing tests on master and 5.0 2016-05-26 23:28:39 +00:00
coverage_helper.rb fix coverage paths for new structure by #4123 2015-11-16 19:34:45 -05: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 Migrate Logstash to Log4j2 Logging (#5651) 2016-08-26 18:11:22 +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