test/composure: adopt newly revamped `setup()`
parent
2a95e983d0
commit
425ef3e10a
|
|
@ -1,6 +1,11 @@
|
||||||
#!/usr/bin/env bats
|
# shellcheck shell=bats
|
||||||
|
|
||||||
load ../test_helper
|
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
|
||||||
|
|
||||||
|
function local_setup_file() {
|
||||||
|
true
|
||||||
|
# don't load any libraries as the tests here test the *whole* kit
|
||||||
|
}
|
||||||
|
|
||||||
@test "lib composure: _composure_keywords()" {
|
@test "lib composure: _composure_keywords()" {
|
||||||
run _composure_keywords
|
run _composure_keywords
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue