File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Testing
4
4
5
- Tests are written for [ vspec ] [ vspec ] , which can be installed via
6
- [ vim-flavor ] [ vim-flavor ] :
5
+ Tests are written for [ vader.vim ] [ vader ] .
6
+ The test suite can be run via the rake task :
7
7
8
8
bundle install
9
- bundle exec vim-flavor install
9
+ bundle exec rake test
10
10
11
- The test suite can then be run via the rake task :
11
+ Or by specifying the tests to run on the command line :
12
12
13
- bundle exec rake test
13
+ vim -c "Vader! test/*"
14
14
15
15
## Documentation
16
16
@@ -22,6 +22,5 @@ The help doc can be rebuilt by running:
22
22
23
23
bundle exec rake doc
24
24
25
- [ vspec ] : https://github.com/kana/vim-vspec
26
- [ vim-flavor ] : https://github.com/kana/vim-flavor
25
+ [ vader ] : https://github.com/junegunn/vader.vim
27
26
[ vimdoc ] : https://github.com/google/vimdoc
You can’t perform that action at this time.
0 commit comments