60b07d64c8 | ||
---|---|---|
lib | ||
.gitignore | ||
Gemfile | ||
README.md | ||
Rakefile | ||
rspec-quickfix-formatter.gemspec |
README.md
Usage
Install the gem:
rake install
In .rspec:
--format RSpec::Core::Formatters::QuickFixFormatter
--out .quickfix-out
In Vim:
:cf .quickfix-out
Easy!