No commit activity in last 3 years
No release in over 3 years
Compact yet descriptive Rspec format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.8.7
>= 2.0
 Project Readme

Rspec Compact Doc Formatter

Compact yet descriptive Rspec format.

Install

gem install rspec-compact-doc-formatter

If you want to use this formatter as your default formatter, simply put the options in your .rspec file:

--format RspecCompactDocFormatter

Rails 3

In your Gemfile:

group :test do
  gem "rspec-compact-doc-formatter"
end

Usage

rspec spec -f RspecCompactDocFormatter

Copyright

Copyright (c) 2012 De Marque inc. See LICENSE for further details.