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

9 lines
220 B
Ruby

require "testing_env"
class IntegrationCommandTestCacheFormula < IntegrationCommandTestCase
def test_cache_formula
assert_match %r{#{HOMEBREW_CACHE}/testball-},
cmd("--cache", testball)
end
end