test/base: adopt newly revamped setup()

This commit is contained in:
John D Pell
2022-01-31 11:15:06 -08:00
committed by John D Pell
parent f0dfe1a67f
commit 0d55a2406c

View File

@@ -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"
} }