brew/Library/Homebrew/test/outdated_test.rb
2016-11-16 23:52:38 +01:00

11 lines
249 B
Ruby

require "testing_env"
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