Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Commit

Permalink
Fix failed resources test
Browse files Browse the repository at this point in the history
  • Loading branch information
frodenas committed Dec 2, 2011
1 parent cd3ea22 commit 7d8efa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/client/resources_spec.rb
Expand Up @@ -45,7 +45,8 @@
:fn => filename
}
resources_manifest = @cf_client.check_resources(resources)
resources_manifest.should eql(resources)
resources_manifest[0][:size].should eql(resources[0][:size])
resources_manifest[0][:sha1].should eql(resources[0][:sha1])
end
end
end
Expand Down

0 comments on commit 7d8efa9

Please sign in to comment.