2016-08-18 22:11:42 +03:00
|
|
|
test_cask 'with-two-apps-subdir' do
|
|
|
|
version '1.2.3'
|
2016-08-20 05:08:16 +02:00
|
|
|
sha256 'd687c22a21c02bd8f07da9302c8292b93a04df9a929e3f04d09aea6c76f75c65'
|
2016-08-18 22:11:42 +03:00
|
|
|
|
2016-08-20 05:08:16 +02:00
|
|
|
url TestHelper.local_binary_url('caffeines-subdir.zip')
|
2016-08-18 22:11:42 +03:00
|
|
|
homepage 'http://example.com/local-caffeine'
|
|
|
|
|
2016-08-20 05:08:16 +02:00
|
|
|
app 'Caffeines/Caffeine Mini.app'
|
|
|
|
app 'Caffeines/Caffeine Pro.app'
|
2016-08-18 22:11:42 +03:00
|
|
|
end
|