9 lines
229 B
Ruby
9 lines
229 B
Ruby
![]() |
require "integration_cmds_tests"
|
||
|
|
||
|
class IntegrationCommandTestCellarFormula < IntegrationCommandTests
|
||
|
def test_cellar_formula
|
||
|
assert_match "#{HOMEBREW_CELLAR}/testball",
|
||
|
cmd("--cellar", testball)
|
||
|
end
|
||
|
end
|