blob: b793c534245ff27b731660c31e0ee1e848c64ed5 (
plain)
1
2
3
4
5
6
7
8
|
require "helper/integration_command_test_case"
class IntegrationCommandTestCellar < IntegrationCommandTestCase
def test_cellar
assert_equal HOMEBREW_CELLAR.to_s,
cmd("--cellar")
end
end
|