RSpec formatter to create Quickfix files for Vim
Go to file
John Bintz 88dbf97234 clean up some more and add tests 2011-07-15 13:34:24 -04:00
lib clean up some more and add tests 2011-07-15 13:34:24 -04:00
spec clean up some more and add tests 2011-07-15 13:34:24 -04:00
.gitignore initial commit 2011-03-30 09:07:15 -04:00
Gemfile clean up some more and add tests 2011-07-15 13:34:24 -04:00
Guardfile clean up some more and add tests 2011-07-15 13:34:24 -04:00
README.md final tweak, yay 0.0.1 2011-03-30 09:33:27 -04:00
Rakefile initial commit 2011-03-30 09:07:15 -04:00
rspec-quickfix-formatter.gemspec clean up some more and add tests 2011-07-15 13:34:24 -04:00

README.md

Usage

Install the gem:

rake install

Or use Bundler:

gem "rspec-quickfix-formatter"

In .rspec:

--format RSpec::QuickFixFormatter
--out .quickfix-out

In Vim:

:cf .quickfix-out

Easy!