brew/Library/Homebrew/test/test_cask.rb
2016-09-27 00:15:56 +02:00

11 lines
238 B
Ruby

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