diff options
| author | Pieter van de Bruggen <pieter@puppetlabs.com> | 2011-07-27 14:10:02 -0700 |
|---|---|---|
| committer | Pieter van de Bruggen <pieter@puppetlabs.com> | 2011-07-28 12:32:09 -0700 |
| commit | ccd622a96dfe5871689f5b2f059c11aef3caf3b4 (patch) | |
| tree | 773db7ceada7a721e57a6181d83875decd2f999f /spec/integration | |
| parent | c315da0efeace1878a877dc4b2f4aebc1ec13f0d (diff) | |
| download | puppet-ccd622a96dfe5871689f5b2f059c11aef3caf3b4.tar.gz puppet-ccd622a96dfe5871689f5b2f059c11aef3caf3b4.tar.xz puppet-ccd622a96dfe5871689f5b2f059c11aef3caf3b4.zip | |
(#1886) Clean up `node clean` for merge.
This includes various style changes, and assorted fixes to testing.
Paired-With: Matt Robinson
Diffstat (limited to 'spec/integration')
| -rwxr-xr-x | spec/integration/node/facts_spec.rb | 2 |
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 |
