diff options
author | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-01 15:23:52 -0800 |
---|---|---|
committer | Jacob Helwig <jacob@puppetlabs.com> | 2011-02-01 15:23:52 -0800 |
commit | 8625dc960776bcf43e3c4910dcdf35fa39febea1 (patch) | |
tree | 7b957588e21e81903c30a8938f052d322d7de19f | |
parent | c78d5d1f671167260753fc0ea6b1bbd3212c6f8b (diff) | |
parent | 530496b00d488da72b1e4e08806ccae27bee012a (diff) | |
download | puppet-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-x | spec/unit/type/file_spec.rb | 2 |
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 |