blob: 38a934a7ba13e3d77db0acd9ad30143baf223f8a (
plain)
1
2
3
4
5
6
7
8
|
require "testing_env"
class IntegrationCommandTestCellarFormula < IntegrationCommandTestCase
def test_cellar_formula
assert_match "#{HOMEBREW_CELLAR}/testball",
cmd("--cellar", testball)
end
end
|