From 02f66548419fe81ae11a1fcc3a4a4ff9c496ae99 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 21 Mar 2021 22:07:24 +0200 Subject: [PATCH] test: Add bash-it help plugins test --- test/lib/helpers.bats | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/lib/helpers.bats b/test/lib/helpers.bats index 5a6fdd2e..e60d5542 100644 --- a/test/lib/helpers.bats +++ b/test/lib/helpers.bats @@ -69,6 +69,11 @@ function local_setup { assert_line -n 0 "" } +@test "helpers: bash-it help plugins" { + run bash-it help plugins + assert_line -n 1 "base:" +} + @test "helpers: bash-it help list aliases without any aliases enabled" { run _help-list-aliases "$BASH_IT/aliases/available/ag.aliases.bash" assert_line -n 0 "ag:"