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

13 lines
174 B
Batchfile

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