diff options
author | Marc A. Paradise <marc.paradise@gmail.com> | 2019-04-25 00:37:21 -0400 |
---|---|---|
committer | Marc A. Paradise <marc.paradise@gmail.com> | 2019-04-29 18:07:58 -0400 |
commit | 93379e5e7a93b2c122dc98065b4732243ee84a7e (patch) | |
tree | decb92f472430b8a88b6bf492c9851754da44180 /spec | |
parent | 945b9f6636bb3236999ca43f313113bf74045d82 (diff) | |
download | chef-93379e5e7a93b2c122dc98065b4732243ee84a7e.tar.gz |
Add train-core. Remove chef-core references outside of bootstrap
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/shared/integration/integration_helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb index b6851f2d0e..5fc9de4de7 100644 --- a/spec/support/shared/integration/integration_helper.rb +++ b/spec/support/shared/integration/integration_helper.rb @@ -19,7 +19,6 @@ require "tmpdir" require "fileutils" -require "chef_core/text" require "chef/config" require "chef/json_compat" require "chef/server_api" |