An RSpec formatter that outputs results meant to be viewed with emacs in an Org mode buffer.
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.
Add it to your Gemfile if you're using Bundler.
In your .rspec, usually alongside another formatter, add:
-f RspecOrgFormatter
--out rspec.org
The MIT License, see LICENSE.