1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/test/fixtures/load.bats
Sam Stephenson a4c16fecef Test load
2011-12-28 21:41:23 -06:00

6 lines
64 B
Bash

load test_helper
@test "calling a loaded helper" {
help_me
}