logstash/spec
Joao Duarte 836482edfb rename ShutdownController to ShutdownWatcher
slightly adjust the metaphor for the class that is responsible for
monitoring a pipeline's shutdown process, report on its status and
intervene if it's stalled
2016-01-05 17:40:32 +00:00
..
bootstrap logstash-core & logstash-core-event extraction to support logstash-core-event-java impl, relates to #4191 2015-11-16 17:16:10 -05:00
plugin_manager stub the warn_local_gems call in the update command of the plugin manager as is only relevant for master, not for the version branches 2015-11-17 14:05:06 +00:00
pluginmanager Fix the plugin manager install and update commands to perform the validation properly when a private gem server (not rubygems) has been configured. This basically loads the sources so the system is able to perform the validation with the right destionation and not with the default source (rubygems.org) 2015-11-17 08:38:56 +00:00
util This adds a feature to let users dump all their installed plugins, 2015-11-18 16:28:50 +01:00
coverage_helper.rb fix coverage paths for new structure by #4123 2015-11-16 19:53:07 -05:00
license_spec.rb add artistic 2.x license to the list of accepted licenses 2015-11-16 17:53:33 +01: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 add the missing magic header # encoding: utf-8 so all internal strings are UTF-8 in Ruby < 2.0 2015-08-17 13:30:07 +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