summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Helwig <jacob@puppetlabs.com>2011-02-01 15:23:52 -0800
committerJacob Helwig <jacob@puppetlabs.com>2011-02-01 15:23:52 -0800
commit8625dc960776bcf43e3c4910dcdf35fa39febea1 (patch)
tree7b957588e21e81903c30a8938f052d322d7de19f
parentc78d5d1f671167260753fc0ea6b1bbd3212c6f8b (diff)
parent530496b00d488da72b1e4e08806ccae27bee012a (diff)
downloadpuppet-8625dc960776bcf43e3c4910dcdf35fa39febea1.tar.gz
puppet-8625dc960776bcf43e3c4910dcdf35fa39febea1.tar.xz
puppet-8625dc960776bcf43e3c4910dcdf35fa39febea1.zip
Merge branch 'issues/2.6.next/5566' into 2.6.next
* issues/2.6.next/5566: Remove already initialized constant warning from file_spec.rb tests
-rwxr-xr-xspec/unit/type/file_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/type/file_spec.rb b/spec/unit/type/file_spec.rb
index 698dff52a..27d6727f3 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