diff options
author | Tim Smith <tsmith@chef.io> | 2020-03-09 15:28:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 15:28:28 -0700 |
commit | 56c88b8fc65c120eeda220677e54a9acc66f5546 (patch) | |
tree | bf8dce62d1bce14b6faf21e6e80cca0e94eaf4e9 | |
parent | abeeef675a2c34e6ad84a6bdfa29d4999e832267 (diff) | |
parent | 8c43ea6352277ed24ab5cde4025925dc27cd8364 (diff) | |
download | chef-56c88b8fc65c120eeda220677e54a9acc66f5546.tar.gz |
Merge pull request #9472 from chef/fix-require-in-test
Fix require breaking windows functional tests in BK
-rw-r--r-- | spec/unit/cookbook/gem_installer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/cookbook/gem_installer_spec.rb b/spec/unit/cookbook/gem_installer_spec.rb index 807e801aaf..5cb995e33b 100644 --- a/spec/unit/cookbook/gem_installer_spec.rb +++ b/spec/unit/cookbook/gem_installer_spec.rb @@ -1,5 +1,5 @@ require "spec_helper" -require "bundler/dsl" +require "bundler" describe Chef::Cookbook::GemInstaller do let(:cookbook_collection) do |