summaryrefslogtreecommitdiff
path: root/spec/integration/parser/ruby_manifest_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/parser/ruby_manifest_spec.rb')
-rwxr-xr-xspec/integration/parser/ruby_manifest_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/integration/parser/ruby_manifest_spec.rb b/spec/integration/parser/ruby_manifest_spec.rb
index d0bd5f0e7..29e9c6379 100755
--- a/spec/integration/parser/ruby_manifest_spec.rb
+++ b/spec/integration/parser/ruby_manifest_spec.rb
@@ -11,10 +11,6 @@ describe "Pure ruby manifests" do
@test_dir = tmpdir('ruby_manifest_test')
end
- after do
- Puppet.settings.clear
- end
-
def write_file(name, contents)
path = File.join(@test_dir, name)
File.open(path, "w") { |f| f.write(contents) }