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