diff options
Diffstat (limited to 'spec/unit/node.rb')
-rwxr-xr-x | spec/unit/node.rb | 2 |
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 |