blob: 6f4f4601a9d1787b7a644b85ec0ebba4556c6391 (
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")
end
end
|