logstash/spec
Joao Duarte 26b1505d0c fix a few issues with proxy handling when installing plugins
* allow installing a plugin using proxy without having to use the `--no-verify` flag
* allow the use of proxies that have basic authentication
* add tests for proxy handling in plugin manager

Fixes #8435
2017-10-05 11:50:34 +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
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 use jruby 9.1.9.0 2017-06-12 12:35:10 -04: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