mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
7 lines
118 B
Bash
7 lines
118 B
Bash
[ -n "$HELPER_NAME" ] || HELPER_NAME="test_helper"
|
|
load "$HELPER_NAME"
|
|
|
|
@test "calling a loaded helper" {
|
|
help_me
|
|
}
|