Merge pull request #1813 from NoahGorny/improve-test-helper

test: helper: cite plumbing metadata
pull/1808/head
Noah Gorny 2021-01-28 16:08:03 +02:00 committed by GitHub
commit 0d0fde9904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#!/usr/bin/env bats
load ../../lib/composure
unset BASH_IT_THEME
unset GIT_HOSTING
unset NGINX_PATH
@ -16,6 +19,9 @@ load "${TEST_DEPS_DIR}/bats-support/load.bash"
load "${TEST_DEPS_DIR}/bats-assert/load.bash"
load "${TEST_DEPS_DIR}/bats-file/load.bash"
# support 'plumbing' metadata
cite _about _param _example _group _author _version
local_setup() {
true
}