summaryrefslogtreecommitdiffstats
path: root/spec/integration/node
diff options
context:
space:
mode:
authorPieter van de Bruggen <pieter@puppetlabs.com>2011-07-28 12:43:48 -0700
committerPieter van de Bruggen <pieter@puppetlabs.com>2011-07-28 12:43:48 -0700
commitecca900facc6316c8479f937119e34342618257a (patch)
tree773db7ceada7a721e57a6181d83875decd2f999f /spec/integration/node
parent5682125e1800f4c7b69b20fdd28f97a473d5d93c (diff)
parentccd622a96dfe5871689f5b2f059c11aef3caf3b4 (diff)
Merge branch 'feature/2.7.x/1886' into 2.7.x
* feature/2.7.x/1886: (#1886) Clean up `node clean` for merge. Fix #1886 - Add node cleanup capability
Diffstat (limited to 'spec/integration/node')
-rwxr-xr-xspec/integration/node/facts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/node/facts_spec.rb b/spec/integration/node/facts_spec.rb
index f54d7f9aa..e87a0bdeb 100755
--- a/spec/integration/node/facts_spec.rb
+++ b/spec/integration/node/facts_spec.rb
@@ -7,7 +7,7 @@ require 'spec_helper'
describe Puppet::Node::Facts do
describe "when using the indirector" do
- after { Puppet::Util::Cacher.expire }
+ after(:each) { Puppet::Util::Cacher.expire }
it "should expire any cached node instances when it is saved" do
Puppet::Node::Facts.indirection.stubs(:terminus_class).returns :yaml