rspec pulls constants from the implementation into the test, so we don't need to redefine it.
Reviewed-by: Jesse Wolfe <[email protected]> Signed-off-by: Jacob Helwig <[email protected]> --- Local-branch: issues/2.6.next/5566 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 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 -- 1.7.3.5 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
