mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
load test_helper
|
||
|
|
||
|
@test "calling a loaded helper" {
|
||
|
help_me
|
||
|
}
|