qxjit / ruby_focused_unit_test_vim forked from drewolson/ruby_focused_unit_test_vim

run a focused ruby unit test in vim

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.txt
file ruby_focused_unit_test.vim
README.txt
WHAT?

This vim plugin allows you to run the test/spec that your cursor currently 
sits on, and ONLY that test/spec. It will ignore all other tests/specs in 
the current file.

This plugin currently supports
  - test/unit
  - dust
  - rspec

HOW?

Simply place your cursor within the test/spec you want to run and execute
:RunRubyFocusedUnitTest. Feel free to map this command for convenience. 

INSTALL

Just copy ruby_focused_unit_test.vim into ~/.vim/plugin. That's it!

REQUIREMENTS

- vim with ruby support (compiled +ruby)