pub-dns/test/integration/dns/kameronkenny.com/ns2.kameronkenny.com/tests.bat

13 lines
163 B
Batchfile

#!/usr/bin/env bats
load 'local-setup'
_local_setup
load 'helper'
@test "Test A Record: ${domain}" {
run _check_a_record
assert_output --partial "${ip}"
}