summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-12-15 15:40:37 -0800
committerPete Higgins <pete@peterhiggins.org>2020-12-15 15:40:37 -0800
commit26d3023d8f5b388f9890171a77c1f20d3fa2cac0 (patch)
tree17f734c8937b75701ebc685f86085d60f4428255
parent5335af31169969581a36a8941d147ff091d0ee27 (diff)
downloadchef-26d3023d8f5b388f9890171a77c1f20d3fa2cac0.tar.gz
Remove a useless test.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-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