Skip to content

Commit 02f6654

Browse files
author
Noah Gorny
committed
test: Add bash-it help plugins test
1 parent 7b5f758 commit 02f6654

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/lib/helpers.bats

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ function local_setup {
6969
assert_line -n 0 ""
7070
}
7171

72+
@test "helpers: bash-it help plugins" {
73+
run bash-it help plugins
74+
assert_line -n 1 "base:"
75+
}
76+
7277
@test "helpers: bash-it help list aliases without any aliases enabled" {
7378
run _help-list-aliases "$BASH_IT/aliases/available/ag.aliases.bash"
7479
assert_line -n 0 "ag:"

0 commit comments

Comments
 (0)