Files
bash-it/test/lib/composure.bats
John D Pell 9dcbeec7ad tests: test_helper already loads composure.sh
...and `cite()`s metadata
2022-01-08 08:29:13 -08:00

9 lines
176 B
Bash

#!/usr/bin/env bats
load ../test_helper
@test "lib composure: _composure_keywords()" {
run _composure_keywords
assert_output "about author example group param version"
}