GitXplorerGitXplorer
s

vim-vroom

public
231 stars
58 forks
11 issues

Commits

List of commits on branch master.
Verified
50028aff43ac516a9e038d2a9675c21891d5fb19

Merge pull request #76 from nilbus/command-prefix

sstyx committed 7 years ago
Unverified
f0494edec5126932ad77892ee9646bda17ef1b41

Provide a concrete example in the docs

nnilbus committed 7 years ago
Unverified
3f8e89a272f27f8ce04cc58cf318749bac871f52

Add g:vroom_command_prefix configuration

nnilbus committed 7 years ago
Verified
dbe458e66efb8bfb66b01b809c972ab26fceb732

Merge pull request #75 from katzien/patch-1

sstyx committed 7 years ago
Verified
7525e836c0c0a001d97698154226cf9bd624f99a

Update vundle commands

kkatzien committed 7 years ago
Unverified
a92fc7a8093c25cdabe1839f03ba4a09081d9d27

Merge pull request #73 from brodock/neovim-terminal

sskalnik committed 8 years ago

README

The README file for this repository.

vroom.vim

Run your Ruby tests! Supports RSpec, Test::Unit/MiniTest, Konacha, and Cucumber. For more information, check out the documentation (available in Vim after installation :help vroom)

Installation

Check out vundle or pathogen.vim and then install:

vundle

Add the following to your .vimrc after vundle setup:

Plugin 'skalnik/vim-vroom'

and remember to run :PluginInstall.

pathogen

Copy and paste:

$ cd ~/.vim/bundle
$ git clone 'git://github.com/skalnik/vim-vroom.git'

Oddities

If you're using MacVim & (rbenv or rvm) and your tests are running under the wrong Ruby version, check out this fix.

Credit

I first stumbled upon this snippet of code in Gary Bernhardt's .vimrc, and have modified it, turned it into a plugin and begun improving it. Steven Harman also provided inspiration in the creation of the plugin, cucumber support, and Gemfile detection.