1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/test/fixtures/one_failing.bats
2011-12-28 19:14:10 -06:00

4 lines
35 B
Bash

@test "a failing test" {
false
}