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

9 lines
221 B
Ruby

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