aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/cache_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/cache_test.rb')
-rw-r--r--Library/Homebrew/test/cache_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/test/cache_test.rb b/Library/Homebrew/test/cache_test.rb
deleted file mode 100644
index 3a9e6b011..000000000
--- a/Library/Homebrew/test/cache_test.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require "testing_env"
-
-class IntegrationCommandTestCache < IntegrationCommandTestCase
- def test_cache
- assert_equal HOMEBREW_CACHE.to_s,
- cmd("--cache")
- end
-end