Skip to content

Commit 195cbe4

Browse files
committed
Bring the testing documentation up to date
1 parent 60094ba commit 195cbe4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Testing
44

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:
77

88
bundle install
9-
bundle exec vim-flavor install
9+
bundle exec rake test
1010

11-
The test suite can then be run via the rake task:
11+
Or by specifying the tests to run on the command line:
1212

13-
bundle exec rake test
13+
vim -c "Vader! test/*"
1414

1515
## Documentation
1616

@@ -22,6 +22,5 @@ The help doc can be rebuilt by running:
2222

2323
bundle exec rake doc
2424

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
2726
[vimdoc]: https://github.com/google/vimdoc

0 commit comments

Comments
 (0)