blob: 4aa63fa0710a5b2288be7664b95d6f0b4cebdc54 (
plain)
1
2
3
4
5
6
7
8
|
require "helper/integration_command_test_case"
class IntegrationCommandTestPrefix < IntegrationCommandTestCase
def test_prefix
assert_equal HOMEBREW_PREFIX.to_s,
cmd("--prefix")
end
end
|