Files
bash-it/test/lib/composure.bats
buhl 49d7d2e8c4 Getting Bash-it to use the vendored composure
Fixed tests
Fixed install.sh and bash_it.sh
Added gitattributes to the vendor folder
Changed documentation
2021-02-02 16:34:04 +01:00

10 lines
242 B
Bash
Executable File

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