aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_download_strategies.rb1
-rw-r--r--Library/Homebrew/test/test_software_spec.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_download_strategies.rb b/Library/Homebrew/test/test_download_strategies.rb
index 6ecfb54f7..8e44cc532 100644
--- a/Library/Homebrew/test/test_download_strategies.rb
+++ b/Library/Homebrew/test/test_download_strategies.rb
@@ -1,6 +1,5 @@
require 'testing_env'
require 'download_strategy'
-require 'bottles' # XXX: hoist these regexps into constants in Pathname?
class ResourceDouble
attr_reader :url, :specs
diff --git a/Library/Homebrew/test/test_software_spec.rb b/Library/Homebrew/test/test_software_spec.rb
index 7c9fb8720..f4a63e244 100644
--- a/Library/Homebrew/test/test_software_spec.rb
+++ b/Library/Homebrew/test/test_software_spec.rb
@@ -1,6 +1,5 @@
require 'testing_env'
require 'software_spec'
-require 'bottles'
class SoftwareSpecTests < Test::Unit::TestCase
include VersionAssertions