1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00
bats/test/fixtures/passing.bats
2011-12-28 20:06:05 -06:00

4 lines
34 B
Bash

@test "a passing test" {
true
}