aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/outdated_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/outdated_test.rb')
-rw-r--r--Library/Homebrew/test/outdated_test.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Homebrew/test/outdated_test.rb b/Library/Homebrew/test/outdated_test.rb
deleted file mode 100644
index 3e7148ded..000000000
--- a/Library/Homebrew/test/outdated_test.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require "testing_env"
-
-class IntegrationCommandTestOutdated < IntegrationCommandTestCase
- def test_outdated
- setup_test_formula "testball"
- (HOMEBREW_CELLAR/"testball/0.0.1/foo").mkpath
-
- assert_equal "testball", cmd("outdated")
- end
-end