brew/Library/Homebrew/test/test_integration_cmds_doctor.rb

9 lines
233 B
Ruby
Raw Normal View History

require "integration_cmds_tests"
class IntegrationCommandTestDoctor < IntegrationCommandTests
def test_doctor
assert_match "This is an integration test",
cmd_fail("doctor", "check_integration_test")
end
end