Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 787 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 787 Bytes

RSpec Org Formatter

An RSpec formatter that outputs results meant to be viewed with emacs in an Org mode buffer.

Usage

Install the gem:

gem install rspec_org_formatter

Use it:

rspec -f RspecOrgFormatter --out rspec.org

You'll get an org file with your results in it.

More Permanent Usage

Add it to your Gemfile if you're using Bundler.

In your .rspec, usually alongside another formatter, add:

-f RspecOrgFormatter
--out rspec.org

License

The MIT License, see LICENSE.