https://github.com/pixelastic/vim-arval
Vim plugin to run ruby tests in a split window.
https://github.com/pixelastic/vim-arval
Last synced: 4 months ago
JSON representation
Vim plugin to run ruby tests in a split window.
- Host: GitHub
- URL: https://github.com/pixelastic/vim-arval
- Owner: pixelastic
- Created: 2012-10-12T08:19:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-28T11:34:37.000Z (about 13 years ago)
- Last Synced: 2025-03-03T02:19:35.338Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.mkd
Awesome Lists containing this project
README
What is it ?
============
Arval is a vim plugin that will help you easily run tests of your file. When
editing a file, Arval locates associated test files and you can run them with
``.
This will in turn update a buffer variable indicating if the tests passed or
not, that you can in turn use in your statusbar. If tests failed, this will
also tell you which one.
Languages
=========
So far Arval only works with Ruby files, but is build in such a way that
separate language files can be added.