aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cellar_test.rb
blob: 74d5389f817fe4cb8df4046e211ad61cef55392f (plain)
1
2
3
4
5
6
7
8
require "testing_env"

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