Fix some issues that showed the todo.txt-cli aliases in the wrong way

This commit is contained in:
Nils Winkler
2017-06-06 18:27:03 +02:00
parent 94e68b96b5
commit 2581abdf54
2 changed files with 6 additions and 1 deletions

View File

@@ -233,3 +233,8 @@ function local_setup {
_bash-it-plugins | grep "nvm" | grep "\[x\]"
}
@test "bash-it: describe the todo.txt-cli aliases without enabling them" {
run _bash-it-aliases
assert_line "todo.txt-cli [ ] todo.txt-cli abbreviations"
}