https://github.com/luan/vipe
Send test commands to a pipe.
https://github.com/luan/vipe
Last synced: about 1 year ago
JSON representation
Send test commands to a pipe.
- Host: GitHub
- URL: https://github.com/luan/vipe
- Owner: luan
- Created: 2013-01-17T06:28:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T07:34:40.000Z (over 3 years ago)
- Last Synced: 2025-03-31T04:37:16.747Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 40 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vipe
This is a fork of [test_server](https://github.com/camelpunch/test_server).
I removed the test runner functionality and turned it into a simple command
pipe with a stack.
## Installation
* Install into your ~/.vim/bundle (assuming you use Pathogen)
* Run vipe in a terminal
* Fire up Vim and open a model, controller, spec or feature file.
* Type ':Vipe ' to run a command, ':Vipe' to re-run the last or
':VipePop' to pop the stack and run the previous command
I recommend this to run tests.
[](https://bitdeli.com/free "Bitdeli Badge")