summaryrefslogtreecommitdiffstats
path: root/spec/unit/type/file/content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/type/file/content.rb')
-rwxr-xr-xspec/unit/type/file/content.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/type/file/content.rb b/spec/unit/type/file/content.rb
index 0529cd33f..8bdb1f226 100755
--- a/spec/unit/type/file/content.rb
+++ b/spec/unit/type/file/content.rb
@@ -34,7 +34,7 @@ describe content do
@content = content.new(:resource => @resource)
@content.checksum_type.should == :litemd5
end
-
+
it "should only return the checksum type from the checksum parameter if the parameter returns a whole checksum" do
checksum = mock 'checksum'
checksum.expects(:checktype).returns "{md5}something"