summaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-08-23 22:00:19 -0500
committerLuke Kanies <luke@madstop.com>2008-08-26 22:40:40 -0700
commita0bda8532f5e1e9f5bb29eb92f389383ae0857d5 (patch)
treed72d17177926d38773c30614ba52f94ae64ea33b /spec/integration
parent6335b143a312481aaa200f71cd25dffd4f88c8ae (diff)
Removing the yaml conversion code from FileContent.
Also fixing some integration tests that were failing because of the change to the terminus selection code for file serving. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec/integration')
-rwxr-xr-xspec/integration/file_serving/content.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/file_serving/content.rb b/spec/integration/file_serving/content.rb
index aee2a9f2d..af0181393 100755
--- a/spec/integration/file_serving/content.rb
+++ b/spec/integration/file_serving/content.rb
@@ -15,4 +15,6 @@ describe Puppet::FileServing::Content, " when finding files" do
@test_class = Puppet::FileServing::Content
@indirection = Puppet::FileServing::Content.indirection
end
+
+ after { Puppet::Util::Cacher.invalidate }
end