mirror of
https://github.com/sstephenson/bats.git
synced 2026-02-25 09:18:10 +01:00
Test load
This commit is contained in:
5
test/fixtures/load.bats
vendored
Normal file
5
test/fixtures/load.bats
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
load test_helper
|
||||
|
||||
@test "calling a loaded helper" {
|
||||
help_me
|
||||
}
|
||||
3
test/fixtures/test_helper.bash
vendored
Normal file
3
test/fixtures/test_helper.bash
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
help_me() {
|
||||
true
|
||||
}
|
||||
Reference in New Issue
Block a user