Commit ca730285cdd7a3486c40e21d708259ed0a11d59f
1 parent
843a7ea313
Rename antigen-use.t -> use.t
Showing 2 changed files with 19 additions and 19 deletions Side-by-side Diff
tests/antigen-use.t
... | ... | @@ -1,19 +0,0 @@ |
1 | -Load unknown library. | |
2 | - | |
3 | - $ antigen-use unknown | |
4 | - Antigen currently supports only following libraries: | |
5 | - * oh-my-zsh | |
6 | - * prezto | |
7 | - [1] | |
8 | - | |
9 | -# Fixme: loading prezto or oh-my-zsh library breaks all the tests. | |
10 | -# | |
11 | -# Load prezto library. | |
12 | -# | |
13 | -# $ antigen-use prezto &> /dev/null | |
14 | -# $ antigen-bundle git &> /dev/null | |
15 | -# | |
16 | -# Load oh-my-zsh library. | |
17 | -# | |
18 | -# $ antigen-use oh-my-zsh &> /dev/null | |
19 | -# $ antigen-bundle git &> /dev/null |
tests/use.t
... | ... | @@ -0,0 +1,19 @@ |
1 | +Load unknown library. | |
2 | + | |
3 | + $ antigen-use unknown | |
4 | + Antigen currently supports only following libraries: | |
5 | + * oh-my-zsh | |
6 | + * prezto | |
7 | + [1] | |
8 | + | |
9 | +# Fixme: loading prezto or oh-my-zsh library breaks all the tests. | |
10 | +# | |
11 | +# Load prezto library. | |
12 | +# | |
13 | +# $ antigen-use prezto &> /dev/null | |
14 | +# $ antigen-bundle git &> /dev/null | |
15 | +# | |
16 | +# Load oh-my-zsh library. | |
17 | +# | |
18 | +# $ antigen-use oh-my-zsh &> /dev/null | |
19 | +# $ antigen-bundle git &> /dev/null |