summaryrefslogtreecommitdiff
path: root/spec/unit/mixin/openssl_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/mixin/openssl_helper_spec.rb')
-rw-r--r--spec/unit/mixin/openssl_helper_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/unit/mixin/openssl_helper_spec.rb b/spec/unit/mixin/openssl_helper_spec.rb
index 3116651e43..1073b648de 100644
--- a/spec/unit/mixin/openssl_helper_spec.rb
+++ b/spec/unit/mixin/openssl_helper_spec.rb
@@ -178,7 +178,8 @@ describe Chef::Mixin::OpenSSLHelper do
end
after(:each) do
- @keyfile.unlink
+ # @keyfile.unlink
+ @keyfile.close
end
end