diff options
Diffstat (limited to 'Library/Homebrew/test/test_download_strategies.rb')
| -rw-r--r-- | Library/Homebrew/test/test_download_strategies.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_download_strategies.rb b/Library/Homebrew/test/test_download_strategies.rb index d9dbd6fde..0e9642cc0 100644 --- a/Library/Homebrew/test/test_download_strategies.rb +++ b/Library/Homebrew/test/test_download_strategies.rb @@ -10,7 +10,7 @@ class ResourceDouble end end -class AbstractDownloadStrategyTests < Test::Unit::TestCase +class AbstractDownloadStrategyTests < Homebrew::TestCase def setup @name = "foo" @resource = ResourceDouble.new @@ -36,7 +36,7 @@ class AbstractDownloadStrategyTests < Test::Unit::TestCase end end -class VCSDownloadStrategyTests < Test::Unit::TestCase +class VCSDownloadStrategyTests < Homebrew::TestCase def setup @resource = ResourceDouble.new("http://example.com/bar") @strategy = VCSDownloadStrategy @@ -62,7 +62,7 @@ class VCSDownloadStrategyTests < Test::Unit::TestCase end end -class DownloadStrategyDetectorTests < Test::Unit::TestCase +class DownloadStrategyDetectorTests < Homebrew::TestCase def setup @d = DownloadStrategyDetector.new end |
