No commit activity in last 3 years
No release in over 3 years
RSpec results meant to be viewed in an emacs org buffer
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.0
~> 0.8
~> 2.4

Runtime

>= 2.6.0
 Project Readme

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.