No commit activity in last 3 years
No release in over 3 years
Tweaked rspec html formatter. More suitable for pdf generation. At least for me.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.14
 Project Readme

Gem Version

JahtmlFormatter

JahtmlFormatter tweakes the CSS of the Rspec HtmlFormatter to make it better for me to print to pdf and include in V&V Reports. Fun stuff. It it probably not very useful or interesting to anyone else.

Installation

$ bundle exec rspec --format JahtmlFormatter -o spec_output.html

To use JahtmlFormatter by default, put the options in a .rspec file:

--format JahtmlFormatter -o spec_output.html

Contributing

This is likely not very interesting to contribute to either. :)