mirror of
https://github.com/elastic/logstash.git
synced 2025-04-20 12:47:23 -04:00
* 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 |
||
---|---|---|
.. | ||
bootstrap | ||
fixtures | ||
support | ||
unit | ||
coverage_helper.rb | ||
README.md | ||
spec_helper.rb |
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