1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/test/fixtures/suite/multiple/b.bats

8 lines
73 B
Plaintext
Raw Normal View History

@test "more truth" {
true
}
@test "quasi-truth" {
[ -z "$FLUNK" ]
}