diff options
| author | Luke Kanies <luke@madstop.com> | 2008-08-23 22:00:19 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-08-26 22:40:40 -0700 |
| commit | a0bda8532f5e1e9f5bb29eb92f389383ae0857d5 (patch) | |
| tree | d72d17177926d38773c30614ba52f94ae64ea33b /spec/integration | |
| parent | 6335b143a312481aaa200f71cd25dffd4f88c8ae (diff) | |
| download | puppet-a0bda8532f5e1e9f5bb29eb92f389383ae0857d5.tar.gz puppet-a0bda8532f5e1e9f5bb29eb92f389383ae0857d5.tar.xz puppet-a0bda8532f5e1e9f5bb29eb92f389383ae0857d5.zip | |
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-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 |
