1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-03-04 07:49:50 +01:00
bats/test/fixtures/bats/failing_helper.bats
2013-10-28 20:13:45 -05:00

7 lines
80 B
Bash

load "test_helper"
@test "failing helper function" {
true
failing_helper
}