pub-dns/test/integration/test_helper/common-setup.bash

10 lines
207 B
Bash

#!/usr/bin/env bash
export BATS_LIB_PATH=.bats/libs:../.bats/libs:${HOME}/.bats/libs:/usr/local/lib/bats:/usr/lib/bats
_common_setup() {
bats_load_library bats-support
bats_load_library bats-assert
}