aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/services_test.rb
blob: 280aeb9f42d905ff5d643c28ef02219522a639a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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