blob: 6cae6d54ba4f588559c9ac5ca7b6059c07790312 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require "helper/integration_command_test_case"
class IntegrationCommandTestCask < IntegrationCommandTestCase
def test_cask
needs_test_cmd_taps
needs_macos
setup_remote_tap("caskroom/cask")
cmd("cask", "list", "--caskroom=#{HOMEBREW_PREFIX}/Caskroom")
end
end
|