logstash/spec
2015-04-20 22:59:06 +00:00
..
core Do not return an empty metadata key hash when calling to_hash_with_metadata 2015-04-20 22:59:06 +00:00
filters remove multi_filter 2015-04-15 23:22:43 +02:00
inputs enabled coverage report again throw installing missing dependencies when the user run rake test:prep, user should use COVERAGE=true as before 2015-01-27 12:15:32 +00:00
lib/logstash fix for Java 8 Map merge method conflict 2015-04-17 14:44:51 +02:00
logstash Fallback to a local configuration if the parsing for remote configuration fails 2015-02-23 15:46:10 +00:00
outputs test output plugin vs worker params 2015-03-24 21:06:12 +00:00
util add the concept of a jar manager to load jars within plugins 2015-04-14 15:59:32 +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 cleanup unused require references as they are required by the devutils spec_helper 2015-01-27 12:15:32 +00:00
util_spec.rb enabled coverage report again throw installing missing dependencies when the user run rake test:prep, user should use COVERAGE=true as before 2015-01-27 12:15:32 +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