mirror of
https://github.com/sstephenson/bats.git
synced 2024-12-27 23:19:44 +01:00
6 lines
64 B
Bash
6 lines
64 B
Bash
load test_helper
|
|
|
|
@test "calling a loaded helper" {
|
|
help_me
|
|
}
|