logstash/spec/README.md
Wiibaa 87476ad9d6 Using already existing LOGSTASH_DEBUG env variable to debug + update README
Setting DEBUG env variable doesn't change anything for me
Furthermode LOGSTASH_DEBUG variable is already defined in Logstash::Logger, better to reuse it and let interested people know
2012-09-14 12:28:29 +02:00

165 B

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