summaryrefslogtreecommitdiffstats
path: root/spec/unit/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/node.rb')
-rwxr-xr-xspec/unit/node.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/node.rb b/spec/unit/node.rb
index df3b7483c..25dad8c67 100755
--- a/spec/unit/node.rb
+++ b/spec/unit/node.rb
@@ -128,7 +128,7 @@ describe Puppet::Node, "when indirecting" do
end
after do
- Puppet::Util::Cacher.invalidate
+ Puppet::Util::Cacher.expire
end
end