Skip to content

Commit

Permalink
test: Add bash-it help plugins test
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Gorny committed Mar 21, 2021
1 parent 7b5f758 commit 02f6654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/lib/helpers.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down

0 comments on commit 02f6654

Please sign in to comment.