[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5rc1-120-g2247c80
Jacob Helwig
jacob at puppetlabs.com
Mon Feb 7 06:42:06 UTC 2011
The following commit has been merged in the upstream branch:
commit 530496b00d488da72b1e4e08806ccae27bee012a
Author: Jacob Helwig <jacob at puppetlabs.com>
Date: Tue Feb 1 15:18:00 2011 -0800
Remove already initialized constant warning from file_spec.rb tests
rspec pulls constants from the implementation into the test, so we don't
need to redefine it.
Reviewed-by: Jesse Wolfe <jesse at puppetlabs.com>
diff --git a/spec/unit/type/file_spec.rb b/spec/unit/type/file_spec.rb
index 698dff5..27d6727 100755
--- a/spec/unit/type/file_spec.rb
+++ b/spec/unit/type/file_spec.rb
@@ -863,8 +863,6 @@ describe Puppet::Type.type(:file) do
end
describe "when using content" do
- SOURCE_ONLY_CHECKSUMS = [:none, :ctime, :mtime]
-
before do
@file[:content] = 'file contents'
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list