brew/Library/Homebrew/test/services_test.rb
2016-11-16 23:52:38 +01:00

12 lines
314 B
Ruby

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