pub-dns/test/integration/dns/thelinux.pro/www/dns.www.thelinux.pro.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}"
}