From 0588dea2d39e58c93dbf0065dececbfe24ffedb5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 9 Oct 2013 21:41:15 -0500 Subject: Extract a new superclass for VCS-based download strategies --- 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 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) -- cgit v1.2.3