mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
b26f2fc55e
commit
aa036b9b8d
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ describe LogStash::Bundler do
|
|||
end
|
||||
|
||||
after do
|
||||
expect(::Bundler.settings[:path]).to eq(LogStash::Environment::BUNDLE_DIR)
|
||||
expect(::Bundler.settings[:gemfile]).to eq(LogStash::Environment::GEMFILE_PATH)
|
||||
expect(::Bundler.settings[:without]).to eq(options.fetch(:without, []).join(':'))
|
||||
expect(::Bundler.settings[:path]).to eq(nil)
|
||||
expect(::Bundler.settings[:gemfile]).to eq(nil)
|
||||
expect(::Bundler.settings[:without]).to eq(nil)
|
||||
|
||||
expect(ENV['GEM_PATH']).to eq(LogStash::Environment.logstash_gem_home)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue