brew/Library/Homebrew/test/test_integration_cmds_prefix_formula.rb

9 lines
229 B
Ruby
Raw Normal View History

require "integration_cmds_tests"
class IntegrationCommandTestPrefixFormula < IntegrationCommandTests
def test_prefix_formula
assert_match "#{HOMEBREW_CELLAR}/testball",
cmd("--prefix", testball)
end
end