An open API service indexing awesome lists of open source software.

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.

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.

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/luan/vipe/trend.png)](https://bitdeli.com/free "Bitdeli Badge")