summaryrefslogtreecommitdiff
path: root/spec/support/shared
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-06-22 17:54:37 -0700
committerPete Higgins <pete@peterhiggins.org>2020-06-26 12:08:52 -0700
commit381b35b0aab145bb7f2028f48d55ef2612e22574 (patch)
tree497896ff1326a775801fc24465a2b499457325ec /spec/support/shared
parente23fe89f57148cbfb71a1f84b470c4b92b2ee0a7 (diff)
downloadchef-381b35b0aab145bb7f2028f48d55ef2612e22574.tar.gz
Remove test file that added a method to top-level scope.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'spec/support/shared')
-rw-r--r--spec/support/shared/functional/securable_resource.rb1
-rw-r--r--spec/support/shared/functional/securable_resource_with_reporting.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/shared/functional/securable_resource.rb b/spec/support/shared/functional/securable_resource.rb
index 7bbd7d1666..26f2b1cc5a 100644
--- a/spec/support/shared/functional/securable_resource.rb
+++ b/spec/support/shared/functional/securable_resource.rb
@@ -19,7 +19,6 @@
#
require "etc"
-require "functional/resource/base"
shared_context "setup correct permissions" do
if windows?
diff --git a/spec/support/shared/functional/securable_resource_with_reporting.rb b/spec/support/shared/functional/securable_resource_with_reporting.rb
index abeb1ba4bb..6f816265bf 100644
--- a/spec/support/shared/functional/securable_resource_with_reporting.rb
+++ b/spec/support/shared/functional/securable_resource_with_reporting.rb
@@ -1,5 +1,4 @@
-require "functional/resource/base"
ALL_EXPANDED_PERMISSIONS = ["generic read",
"generic write",