summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-03-10 12:00:52 -0500
committerMarc A. Paradise <marc.paradise@gmail.com>2021-03-10 12:57:09 -0500
commit4a421ff7e76306af7bbef87434c6fb08ad18ae16 (patch)
tree72373fc9913dfe9d43c66e926c8d35aa33166edf
parent7da987f5377fa03ba92978b824699b29e15fdb61 (diff)
downloadchef-4a421ff7e76306af7bbef87434c6fb08ad18ae16.tar.gz
Remove knife requires which were not used
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--spec/support/lib/chef/resource/with_state.rb1
-rw-r--r--spec/support/lib/chef/resource/zen_follower.rb1
-rw-r--r--spec/support/shared/integration/integration_helper.rb1
3 files changed, 0 insertions, 3 deletions
diff --git a/spec/support/lib/chef/resource/with_state.rb b/spec/support/lib/chef/resource/with_state.rb
index 98e4033e01..1977fb3f6a 100644
--- a/spec/support/lib/chef/resource/with_state.rb
+++ b/spec/support/lib/chef/resource/with_state.rb
@@ -16,7 +16,6 @@
# limitations under the License.
#
-require "chef/knife"
require "chef/json_compat"
class Chef
diff --git a/spec/support/lib/chef/resource/zen_follower.rb b/spec/support/lib/chef/resource/zen_follower.rb
index 44de913f8b..c7d01dcebb 100644
--- a/spec/support/lib/chef/resource/zen_follower.rb
+++ b/spec/support/lib/chef/resource/zen_follower.rb
@@ -15,7 +15,6 @@
# limitations under the License.
#
-require "chef/knife"
require "chef/json_compat"
class Chef
diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb
index 41f2b46995..c42a04004a 100644
--- a/spec/support/shared/integration/integration_helper.rb
+++ b/spec/support/shared/integration/integration_helper.rb
@@ -22,7 +22,6 @@ require "fileutils"
require "chef/config"
require "chef/json_compat"
require "chef/server_api"
-require "support/shared/integration/knife_support"
require "cheffish/rspec/chef_run_support"
module Cheffish