blob: 6dcb6a745a7403b51500f195bd26ffc6a93c0f83 (
plain)
1
2
3
4
5
6
7
8
|
require "testing_env"
class IntegrationCommandTestCacheFormula < IntegrationCommandTestCase
def test_cache_formula
assert_match %r{#{HOMEBREW_CACHE}/testball-},
cmd("--cache", testball)
end
end
|