We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5f758 commit 02f6654Copy full SHA for 02f6654
test/lib/helpers.bats
@@ -69,6 +69,11 @@ function local_setup {
69
assert_line -n 0 ""
70
}
71
72
+@test "helpers: bash-it help plugins" {
73
+ run bash-it help plugins
74
+ assert_line -n 1 "base:"
75
+}
76
+
77
@test "helpers: bash-it help list aliases without any aliases enabled" {
78
run _help-list-aliases "$BASH_IT/aliases/available/ag.aliases.bash"
79
assert_line -n 0 "ag:"
0 commit comments