1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-30 04:58:36 +02:00
bats/test/fixtures/bats/load.bats
2012-11-16 14:35:48 -06:00

7 lines
118 B
Bash

[ -n "$HELPER_NAME" ] || HELPER_NAME="test_helper"
load "$HELPER_NAME"
@test "calling a loaded helper" {
help_me
}