/rspec_org_formatter

A rspec_formatter that uses emacs' org-mode markup

Primary LanguageRuby

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.