logstash/spec/bootstrap/environment_spec.rb
Joao Duarte 7783f76a4c introduce yaml settings file and cli long switches
* by default lives in LOGSTASH_HOME/config/logstash.yml
* location can be changed by $LS_SETTINGS_DIR or --path.settings
* overrides defaults of LogStash::Environment, BUT
* CLI flags override the yaml file
* several breaking changes to cli flag names (see config/logstash.yml)
* setting values are now type checked (see Setting and Settings classes)

Fixes #5313
2016-05-19 18:15:12 +00:00

6 lines
111 B
Ruby

# encoding: utf-8
require "spec_helper"
require "bootstrap/environment"
describe LogStash::Environment do
end