test/base: adopt newly revamped `setup()`
parent
f0dfe1a67f
commit
0d55a2406c
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bats
|
# shellcheck shell=bats
|
||||||
|
|
||||||
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
|
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
|
||||||
|
|
||||||
function local_setup() {
|
function local_setup_file() {
|
||||||
setup_libs
|
setup_libs "helpers"
|
||||||
load "${BASH_IT?}/plugins/available/base.plugin.bash"
|
load "${BASH_IT?}/plugins/available/base.plugin.bash"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue