/jahtml_formatter

Tweaked rspec html formatter. More suitable for pdf generation... for ME and probably noone else.

Primary LanguageRubyMIT LicenseMIT

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. :)