aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_download_strategies.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 15:47:26 -0500
committerJack Nagel2014-03-18 21:28:33 -0500
commit184e40b3004a10884682d75042989c3f6bfc7eab (patch)
tree3fd35117841c1b2cae2e1858236971277c9e56d7 /Library/Homebrew/test/test_download_strategies.rb
parentd55345a98bd7cd44f818726d268f5bf54d4e0b4a (diff)
downloadhomebrew-184e40b3004a10884682d75042989c3f6bfc7eab.tar.bz2
Set bottle download strategy directly
We know what strategy we want, so going through DownloadStrategyDetector is wasted work. Now we can remove those patterns from the detector and have two fewer branches each time through.
Diffstat (limited to 'Library/Homebrew/test/test_download_strategies.rb')
-rw-r--r--Library/Homebrew/test/test_download_strategies.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_download_strategies.rb b/Library/Homebrew/test/test_download_strategies.rb
index 6ecfb54f7..8e44cc532 100644
--- a/Library/Homebrew/test/test_download_strategies.rb
+++ b/Library/Homebrew/test/test_download_strategies.rb
@@ -1,6 +1,5 @@
require 'testing_env'
require 'download_strategy'
-require 'bottles' # XXX: hoist these regexps into constants in Pathname?
class ResourceDouble
attr_reader :url, :specs