diff options
| author | Jack Nagel | 2013-10-09 21:41:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-10-09 21:41:15 -0500 |
| commit | 6c5a9ae0fb314f541319cb0b389f42ad86f52f85 (patch) | |
| tree | 150185dfc7e214bbb23172eb0e5d1f82515478ae /Library/Homebrew/test | |
| parent | e27574b27bf6ce11ce0dc5a139c09b228c672480 (diff) | |
| download | brew-6c5a9ae0fb314f541319cb0b389f42ad86f52f85.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) |
