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

9 lines
225 B
Ruby

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