aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_cache_formula.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_cache_formula.rb')
-rw-r--r--Library/Homebrew/test/test_cache_formula.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/test/test_cache_formula.rb b/Library/Homebrew/test/test_cache_formula.rb
deleted file mode 100644
index f4e37e2a2..000000000
--- a/Library/Homebrew/test/test_cache_formula.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require "helper/integration_command_test_case"
-
-class IntegrationCommandTestCacheFormula < IntegrationCommandTestCase
- def test_cache_formula
- assert_match %r{#{HOMEBREW_CACHE}/testball-},
- cmd("--cache", testball)
- end
-end