summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/ral/type/file.rb2
1 files changed, 2 insertions, 0 deletions
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"