summaryrefslogtreecommitdiffstats
path: root/spec/unit/node/facts_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/node/facts_spec.rb')
-rwxr-xr-xspec/unit/node/facts_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/node/facts_spec.rb b/spec/unit/node/facts_spec.rb
index efaa76e12..4514607be 100755
--- a/spec/unit/node/facts_spec.rb
+++ b/spec/unit/node/facts_spec.rb
@@ -68,10 +68,6 @@ describe Puppet::Node::Facts, "when indirecting" do
before do
@indirection = stub 'indirection', :request => mock('request'), :name => :facts
- # We have to clear the cache so that the facts ask for our indirection stub,
- # instead of anything that might be cached.
- Puppet::Util::Cacher.expire
-
@facts = Puppet::Node::Facts.new("me", "one" => "two")
end