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

11 lines
274 B
Ruby

require "helper/integration_command_test_case"
class IntegrationCommandTestOutdated < IntegrationCommandTestCase
def test_outdated
setup_test_formula "testball"
(HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath
assert_equal "testball", cmd("outdated")
end
end