3c70a18549 | ||
---|---|---|
lib | ||
spec | ||
.gitignore | ||
Gemfile | ||
Guardfile | ||
README.md | ||
Rakefile | ||
rspec-quickfix-formatter.gemspec |
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!