aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cache_test.rb
blob: 3a9e6b011106eec9e1564f257eff05db04d5bcf0 (plain)
1
2
3
4
5
6
7
8
require "testing_env"

class IntegrationCommandTestCache < IntegrationCommandTestCase
  def test_cache
    assert_equal HOMEBREW_CACHE.to_s,
                 cmd("--cache")
  end
end