summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-15 15:52:53 -0800
committerGitHub <noreply@github.com>2020-12-15 15:52:53 -0800
commit34610f3efad8c8424760014a7ade4c721d3e12c7 (patch)
tree17f734c8937b75701ebc685f86085d60f4428255
parent5335af31169969581a36a8941d147ff091d0ee27 (diff)
parent26d3023d8f5b388f9890171a77c1f20d3fa2cac0 (diff)
downloadchef-34610f3efad8c8424760014a7ade4c721d3e12c7.tar.gz
Merge pull request #10741 from chef/remove-a-useless-test
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/mixin/openssl_helper_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/unit/mixin/openssl_helper_spec.rb b/spec/unit/mixin/openssl_helper_spec.rb
index 7c12037798..7766e8f9b2 100644
--- a/spec/unit/mixin/openssl_helper_spec.rb
+++ b/spec/unit/mixin/openssl_helper_spec.rb
@@ -21,13 +21,6 @@ describe Chef::Mixin::OpenSSLHelper do
Class.new { include Chef::Mixin::OpenSSLHelper }.new
end
- describe ".included" do
- it "requires openssl" do
- instance
- expect(defined?(OpenSSL)).to_not be(false)
- end
- end
-
# Path helpers
describe "#get_key_filename" do
context "When the input is not a string" do