Skip to content

laynor/rspec_org_formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A rspec_formatter that uses emacs' org-mode markup

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages