2011-03-30 13:07:15 +00:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
Install the gem:
|
|
|
|
|
|
|
|
rake install
|
|
|
|
|
2011-03-30 13:33:27 +00:00
|
|
|
Or use Bundler:
|
|
|
|
|
|
|
|
gem "rspec-quickfix-formatter"
|
|
|
|
|
2011-03-30 13:07:15 +00:00
|
|
|
In .rspec:
|
|
|
|
|
2011-03-30 13:33:27 +00:00
|
|
|
--format RSpec::QuickFixFormatter
|
2011-03-30 13:07:15 +00:00
|
|
|
--out .quickfix-out
|
|
|
|
|
|
|
|
In Vim:
|
|
|
|
|
|
|
|
:cf .quickfix-out
|
|
|
|
|
|
|
|
Easy!
|
|
|
|
|