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
commit6c5a9ae0fb314f541319cb0b389f42ad86f52f85 (patch)
tree150185dfc7e214bbb23172eb0e5d1f82515478ae /Library/Homebrew/test
parente27574b27bf6ce11ce0dc5a139c09b228c672480 (diff)
downloadbrew-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.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)