This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 25 07:53:42 -0800 2009 | |
| |
README.txt | Wed Oct 14 12:10:36 -0700 2009 | |
| |
ruby_focused_unit_test.vim | Mon Sep 14 19:50:12 -0700 2009 |
README.txt
WHAT?
- Run the test/spec your cursor is currently on
- Run the context your cursor is currently in
- Run the entire test/spec you are working in
- Streaming output to a new buffer
This plugin currently supports
- test/unit
- dust
- rspec
- shoulda
HOW?
Use any of the commands below. Map them to shortcuts
in your .vimrc for easy access.
- commands
- RunRubyFocusedUnitTest - run focused test/spec
- RunRubyFocusedContext - run current context (rspec, shoulda)
- RunAllRubyTests - run all the tests/specs in the current file
- RunLastRubyTest - run last command again. this means you don't have to
return to your spec/test file to run the last spec/test again.
INSTALL
Just copy ruby_focused_unit_test.vim into ~/.vim/plugin. That's it!
REQUIREMENTS
- vim with ruby support (compiled +ruby)







