18 lines
178 B
Markdown
18 lines
178 B
Markdown
## Usage
|
|
|
|
Install the gem:
|
|
|
|
rake install
|
|
|
|
In .rspec:
|
|
|
|
--format RSpec::Core::Formatters::QuickFixFormatter
|
|
--out .quickfix-out
|
|
|
|
In Vim:
|
|
|
|
:cf .quickfix-out
|
|
|
|
Easy!
|
|
|