summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-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