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 --fRspecOrgFormatter --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:

--format RspecOrgFormatter
--out rspec.org

License

The MIT License, see LICENSE.