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

9 lines
255 B
Ruby

require "helper/integration_command_test_case"
class IntegrationCommandTestUninstall < IntegrationCommandTestCase
def test_uninstall
cmd("install", testball)
assert_match "Uninstalling testball", cmd("uninstall", "--force", testball)
end
end