mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 11:42:33 +01:00
25505bd143
Closes #21
8 lines
79 B
Bash
8 lines
79 B
Bash
echo "This isn't TAP!"
|
|
echo "Good day to you"
|
|
exit 1
|
|
|
|
@test "truth" {
|
|
true
|
|
}
|