summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-11-11 10:47:32 -0600
committerLuke Kanies <luke@madstop.com>2008-11-11 12:53:37 -0800
commit14af971bc618d665f481142934b2f612d503823c (patch)
tree08804f17e7b75110d0ea584583e235c8a4778cd0 /spec/unit/ssl
parent99a0770a30c7c9a1349fd693cda31bdbf2717864 (diff)
downloadpuppet-14af971bc618d665f481142934b2f612d503823c.tar.gz
puppet-14af971bc618d665f481142934b2f612d503823c.tar.xz
puppet-14af971bc618d665f481142934b2f612d503823c.zip
Changing the Cacher.invalidate method to Cacher.expire.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/unit/ssl')
-rwxr-xr-xspec/unit/ssl/certificate_authority.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ssl/certificate_authority.rb b/spec/unit/ssl/certificate_authority.rb
index 2ff324a6a..e007df25b 100755
--- a/spec/unit/ssl/certificate_authority.rb
+++ b/spec/unit/ssl/certificate_authority.rb
@@ -6,7 +6,7 @@ require 'puppet/ssl/certificate_authority'
describe Puppet::SSL::CertificateAuthority do
after do
- Puppet::Util::Cacher.invalidate
+ Puppet::Util::Cacher.expire
Puppet.settings.clearused
end