mirror of
https://github.com/sstephenson/bats.git
synced 2025-03-04 07:49:50 +01:00
7 lines
80 B
Bash
7 lines
80 B
Bash
load "test_helper"
|
|
|
|
@test "failing helper function" {
|
|
true
|
|
failing_helper
|
|
}
|