brew/Library/Homebrew/test/test_integration_cmds_cellar.rb

9 lines
195 B
Ruby

require "integration_cmds_tests"
class IntegrationCommandTestCellar < IntegrationCommandTests
def test_cellar
assert_equal HOMEBREW_CELLAR.to_s,
cmd("--cellar")
end
end