test/theme: adopt newly revamped setup()
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#!/usr/bin/env bats
|
||||
# shellcheck shell=bats
|
||||
# shellcheck disable=SC2034
|
||||
# shellcheck disable=SC2016
|
||||
|
||||
load ../test_helper
|
||||
load ../test_helper_libs
|
||||
load ../../themes/githelpers.theme
|
||||
load ../../themes/base.theme
|
||||
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
|
||||
|
||||
function local_setup_file() {
|
||||
setup_libs "colors" #"theme"
|
||||
load "${BASH_IT?}/themes/base.theme.bash"
|
||||
load "${BASH_IT?}/themes/githelpers.theme.bash"
|
||||
}
|
||||
|
||||
add_commit() {
|
||||
local file_name="general-${RANDOM}"
|
||||
|
||||
Reference in New Issue
Block a user