1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-27 06:59:45 +01:00
bats/test/fixtures/one_passing.bats
2011-12-28 17:12:37 -06:00

4 lines
34 B
Bash

@test "a passing test" {
true
}