summaryrefslogtreecommitdiff
path: root/spec/unit/mixin/openssl_helper_spec.rb
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:55:39 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 01:11:15 +0530
commite091293eacc1d5944075ef5d220213cd2073799a (patch)
treef6a407a324ec7cba5f3745aeb25b1d97184aed6d /spec/unit/mixin/openssl_helper_spec.rb
parenta700fec953f275b2b0338130baa85b12beec0aea (diff)
downloadchef-e091293eacc1d5944075ef5d220213cd2073799a.tar.gz
Add more typo fixes
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'spec/unit/mixin/openssl_helper_spec.rb')
-rw-r--r--spec/unit/mixin/openssl_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/mixin/openssl_helper_spec.rb b/spec/unit/mixin/openssl_helper_spec.rb
index 460cd8a37d..4ae8754610 100644
--- a/spec/unit/mixin/openssl_helper_spec.rb
+++ b/spec/unit/mixin/openssl_helper_spec.rb
@@ -862,7 +862,7 @@ describe Chef::Mixin::OpenSSLHelper do
@certfile = Tempfile.new("certfile")
end
- context "When the cert file doesn't not exist" do
+ context "When the cert file doesn't exist" do
it "returns true" do
expect(instance.cert_need_renewall?("/tmp/bad_filename", 3650)).to be_truthy
end