Browse Source

Update test cask

Test cask previously contained only attributes `url`, `homepage` and
`version`.  Add also `content_length` and `sha1`.
Mikko Kouhia 12 years ago
parent
commit
d36b9ffdda
  1. 2
      test/support/Casks/test-cask.rb

2
test/support/Casks/test-cask.rb

@ -2,4 +2,6 @@ class TestCask < Cask
url 'http://example.com/TestCask.dmg'
homepage 'http://example.com/'
version '1.2.3'
content_length '123456'
sha1 '0123456789012345678901234567890123456789'
end

Loading…
Cancel
Save