aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2013-10-09 21:41:15 -0500
committerJack Nagel2013-10-09 21:41:15 -0500
commit0588dea2d39e58c93dbf0065dececbfe24ffedb5 (patch)
treea9ae2a7db7813780111fbc53f59a66f55a4714b4 /Library/Homebrew/test
parent9da55d087ca6b0da91c9d7b9d6edaeda44105fde (diff)
downloadhomebrew-0588dea2d39e58c93dbf0065dececbfe24ffedb5.tar.bz2
Extract a new superclass for VCS-based download strategies
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_download_strategies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_download_strategies.rb b/Library/Homebrew/test/test_download_strategies.rb
index cdcb92dc9..e836125f3 100644
--- a/Library/Homebrew/test/test_download_strategies.rb
+++ b/Library/Homebrew/test/test_download_strategies.rb
@@ -40,7 +40,7 @@ end
class DownloadStrategyCheckoutNameTests < Test::Unit::TestCase
def setup
@resource = ResourceDouble.new("http://foo.com/bar")
- @strategy = AbstractDownloadStrategy
+ @strategy = VCSDownloadStrategy
end
def escaped(tag)