brew/Library/Homebrew/test/test_integration_cmds_prefix.rb

9 lines
195 B
Ruby

require "integration_cmds_tests"
class IntegrationCommandTestPrefix < IntegrationCommandTests
def test_prefix
assert_equal HOMEBREW_PREFIX.to_s,
cmd("--prefix")
end
end