aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_outdated.rb
blob: cc0f024c8daddeabaddc02614bf462088b5147e3 (plain)
1
2
3
4
5
6
7
8
9
10
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