From c106a633ef28f5d53cac6bfa64adaddd3aa2f9ca Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 28 Aug 2019 16:40:52 -0700 Subject: remove app_server_support spec file Convert to using TinyServer and remove the duplicated functionality with the "app_server_support" helper. The fact that this change hits the knife raw / knife redirection specs that have so many timeout issues is very likely not a coincidence. I would bet a small, but not entirely insignificant amount of money that this makes those timeout issues go away. Signed-off-by: Lamont Granquist --- spec/support/shared/integration/integration_helper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spec/support/shared/integration/integration_helper.rb') diff --git a/spec/support/shared/integration/integration_helper.rb b/spec/support/shared/integration/integration_helper.rb index 6c0eca98be..f0dfd1dc43 100644 --- a/spec/support/shared/integration/integration_helper.rb +++ b/spec/support/shared/integration/integration_helper.rb @@ -1,7 +1,7 @@ # # Author:: John Keiser () # Author:: Ho-Sheng Hsiao () -# Copyright:: Copyright 2012-2016, Chef Software Inc. +# Copyright:: Copyright 2012-2019, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +23,6 @@ require "chef/config" require "chef/json_compat" require "chef/server_api" require "support/shared/integration/knife_support" -require "support/shared/integration/app_server_support" require "cheffish/rspec/chef_run_support" require "spec_helper" -- cgit v1.2.1