blob: eb5970d3e2cc14fbb2f844976ec2492c777bc4b2 (
plain)
1
2
3
4
5
6
7
8
|
require "testing_env"
class IntegrationCommandTestPrefixFormula < IntegrationCommandTestCase
def test_prefix_formula
assert_match "#{HOMEBREW_CELLAR}/testball",
cmd("--prefix", testball)
end
end
|