Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cache_test.rb 183 B
require "testing_env"

class IntegrationCommandTestCache < IntegrationCommandTestCase
  def test_cache
    assert_equal HOMEBREW_CACHE.to_s,
                 cmd("--cache")
  end
end