summaryrefslogtreecommitdiff
path: root/spec/support/shared/integration/integration_helper.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-24 10:49:33 -0700
committerGitHub <noreply@github.com>2019-04-24 10:49:33 -0700
commitf99ecb0fe7d1be9d01ffc575590ec18014ca2f4b (patch)
tree861bd855664dff59cc9a1ad41b40da431af668b7 /spec/support/shared/integration/integration_helper.rb
parentf492fe53eac1b74a0d184f0e9cf7412b70770e29 (diff)
parent8770eef5239bace3e2919accdc3cc672867c76a7 (diff)
downloadchef-f99ecb0fe7d1be9d01ffc575590ec18014ca2f4b.tar.gz
Merge pull request #8253 from chef/SUSTAINING-955/bootstrap-on-chef-core
Refactor bootstrapping to use train as the transport with full Windows bootstrap support
Diffstat (limited to 'spec/support/shared/integration/integration_helper.rb')
-rw-r--r--spec/support/shared/integration/integration_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb
index 5fc9de4de7..b6851f2d0e 100644
--- a/spec/support/shared/integration/integration_helper.rb
+++ b/spec/support/shared/integration/integration_helper.rb
@@ -19,6 +19,7 @@
require "tmpdir"
require "fileutils"
+require "chef_core/text"
require "chef/config"
require "chef/json_compat"
require "chef/server_api"