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

9 lines
187 B
Ruby

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