From 85a36334b487f2f3fce3c4bc5c8496eaede58b46 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Aug 2009 15:30:50 +1000 Subject: Removed extraneous debugging --- spec/integration/type/file.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/integration/type/file.rb b/spec/integration/type/file.rb index 4babdd5d1..40f9244f1 100755 --- a/spec/integration/type/file.rb +++ b/spec/integration/type/file.rb @@ -7,10 +7,6 @@ require 'puppet_spec/files' describe Puppet::Type.type(:file) do include PuppetSpec::Files - before do - Puppet::Util::Log.newdestination :console - end - describe "when writing files" do it "should backup files to a filebucket when one is configured" do bucket = Puppet::Type.type(:filebucket).new :path => tmpfile("filebucket"), :name => "mybucket" -- cgit