aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/services_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/services_test.rb')
-rw-r--r--Library/Homebrew/test/services_test.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Homebrew/test/services_test.rb b/Library/Homebrew/test/services_test.rb
deleted file mode 100644
index 280aeb9f4..000000000
--- a/Library/Homebrew/test/services_test.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require "testing_env"
-
-class IntegrationCommandTestServices < IntegrationCommandTestCase
- def test_services
- needs_test_cmd_taps
- needs_macos
- setup_remote_tap("homebrew/services")
- assert_equal "Warning: No services available to control with `brew services`",
- cmd("services", "list")
- end
-end