1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-01-31 08:09:45 +01:00
bats/test/fixtures/load.bats

6 lines
64 B
Plaintext
Raw Normal View History

2011-12-29 04:41:23 +01:00
load test_helper
@test "calling a loaded helper" {
help_me
}