diff options
| author | Jack Nagel | 2013-10-09 21:41:15 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-10-09 21:41:15 -0500 | 
| commit | 0588dea2d39e58c93dbf0065dececbfe24ffedb5 (patch) | |
| tree | a9ae2a7db7813780111fbc53f59a66f55a4714b4 /Library/Homebrew/test | |
| parent | 9da55d087ca6b0da91c9d7b9d6edaeda44105fde (diff) | |
| download | homebrew-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.rb | 2 | 
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)  | 
