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"
|
||||
|
||||
function local_setup() {
|
||||
setup_libs
|
||||
function local_setup_file() {
|
||||
setup_libs "helpers"
|
||||
load "${BASH_IT?}/plugins/available/base.plugin.bash"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue