test/utilities: adopt newly revamped `setup()`
parent
629a1b0c0d
commit
fd91211704
|
|
@ -1,10 +1,9 @@
|
||||||
#!/usr/bin/env bats
|
# shellcheck shell=bats
|
||||||
|
|
||||||
load ../test_helper
|
load "${MAIN_BASH_IT_DIR?}/test/test_helper.bash"
|
||||||
load ../test_helper_libs
|
|
||||||
|
|
||||||
function local_setup {
|
function local_setup_file() {
|
||||||
setup_test_fixture
|
setup_libs "helpers"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "_bash-it-component-item-is-enabled() - for a disabled item" {
|
@test "_bash-it-component-item-is-enabled() - for a disabled item" {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue