aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_services.rb
blob: b5ccb7c77886c1ec961c125fd48f5bdc9da7ad1e (plain)
1
2
3
4
5
6
7
8
9
10
11
require "helper/integration_command_test_case"

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