
Currently the tests casks found in "/Homebrew/test/support/fixtures/cask/Casks" and "/Homebrew/test/support/fixtures/third-party/Casks" aren't included in the paths checked when running "brew cask style". This change includes these test cask paths in the checked paths, and also includes the auto style fixes made by running `brew cask style --fix`.
11 lines
203 B
Ruby
11 lines
203 B
Ruby
cask 'version-latest' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/caffeines.zip"
|
|
homepage 'https://brew.sh/'
|
|
|
|
app 'Caffeine Mini.app'
|
|
app 'Caffeine Pro.app'
|
|
end
|