1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-25 09:18:10 +01:00

Test for failing tests

This commit is contained in:
Sam Stephenson
2011-12-28 19:14:10 -06:00
parent a469e8dd04
commit ac64e0b18a
3 changed files with 13 additions and 1 deletions

3
test/fixtures/one_failing.bats vendored Normal file
View File

@@ -0,0 +1,3 @@
@test "a failing test" {
false
}