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

Test failing and passing in the same file

This commit is contained in:
Sam Stephenson
2011-12-28 20:06:05 -06:00
parent ac64e0b18a
commit 2e52aeff5d
4 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
@test "a failing test" {
false
}
@test "a passing test" {
true
}