diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-06-22 17:54:37 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-06-26 12:08:52 -0700 |
commit | 381b35b0aab145bb7f2028f48d55ef2612e22574 (patch) | |
tree | 497896ff1326a775801fc24465a2b499457325ec /spec/support/shared | |
parent | e23fe89f57148cbfb71a1f84b470c4b92b2ee0a7 (diff) | |
download | chef-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.rb | 1 | ||||
-rw-r--r-- | spec/support/shared/functional/securable_resource_with_reporting.rb | 1 |
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", |