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

8 lines
70 B
Plaintext
Raw Normal View History

2011-12-29 02:14:10 +01:00
@test "a failing test" {
false
}
@test "a passing test" {
true
}