From 6a56c45fbf2e7feb1ad92d2c2269f2a46dc2caca Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Dec 2014 12:29:15 -0500 Subject: Mark private VCSDownloadStrategy methods --- Library/Homebrew/test/test_download_strategies.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/test_download_strategies.rb b/Library/Homebrew/test/test_download_strategies.rb index e7bc75e32..3dabc7af7 100644 --- a/Library/Homebrew/test/test_download_strategies.rb +++ b/Library/Homebrew/test/test_download_strategies.rb @@ -41,7 +41,7 @@ class VCSDownloadStrategyTests < Homebrew::TestCase resource = ResourceDouble.new("http://example.com/bar") strategy = Class.new(VCSDownloadStrategy) { def cache_tag; "foo"; end } downloader = strategy.new("baz", resource) - assert_equal "baz--foo", downloader.cache_filename + assert_equal HOMEBREW_CACHE.join("baz--foo"), downloader.cached_location end end -- cgit v1.2.3