From bb87464f75cf3ea2e17bb660e7d1880bc36e141f Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sun, 9 Mar 2008 16:38:05 -0700 Subject: Fixing a couple of broken tests. --- spec/unit/ral/type/file.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec') diff --git a/spec/unit/ral/type/file.rb b/spec/unit/ral/type/file.rb index 83546bef0..90346849a 100755 --- a/spec/unit/ral/type/file.rb +++ b/spec/unit/ral/type/file.rb @@ -10,6 +10,8 @@ describe Puppet::Type.type(:file) do @file = Puppet::Type::File.create(:name => @path) end + after { Puppet::Type::File.clear } + describe "when used with content and replace=>false" do before do @file[:content] = "foo" -- cgit