homebrew-cask-versions/test/support/Casks/with-binary.rb
Roland Walker 1ddec7128d add uninstall :rmdir
per discussion at https://github.com/caskroom/homebrew-cask/pull/6174#discussion-diff-17516171
refs: #6174

This PR is large because of some test-suite refactoring.
2014-09-16 09:48:32 -04:00

8 lines
259 B
Ruby

class WithBinary < TestCask
url TestHelper.local_binary_url('AppWithBinary.zip')
homepage 'http://example.com/with-binary'
sha256 'd5b2dfbef7ea28c25f7a77cd7fa14d013d82b626db1d82e00e25822464ba19e2'
version '1.2.3'
app 'App.app'
binary 'binary'
end