public
Description: Generate a PDF report of a set of Cucumber features
Homepage: http://www.daniellucraft.com/blog/tag/features_report/
Clone URL: git://github.com/danlucraft/features_reports.git
name age message
file History.txt Thu Jan 08 23:57:48 -0800 2009 Initial import [danlucraft]
file Manifest.txt Mon Jan 12 01:06:58 -0800 2009 Updated gem dependencies [danlucraft]
file README.rdoc Fri Jan 09 06:26:18 -0800 2009 Updated README [danlucraft]
file Rakefile Mon Jan 12 01:06:58 -0800 2009 Updated gem dependencies [danlucraft]
directory bin/ Fri Jan 09 00:59:23 -0800 2009 Can generate a simple PDF of features. Thanks P... [danlucraft]
directory lib/ Mon Jan 12 01:26:12 -0800 2009 Added help flag and usage. Packaged gem [danlucraft]
directory pkg/ Mon Jan 12 01:26:12 -0800 2009 Added help flag and usage. Packaged gem [danlucraft]
directory spec/ Fri Jan 09 06:42:27 -0800 2009 Took the header stuff out of the contents again [danlucraft]
directory tasks/ Thu Jan 08 23:57:48 -0800 2009 Initial import [danlucraft]
README.rdoc

features_report

 * Daniel Lucraft (daniellucraft.com) and Niko Felger
 * http://features_report.rubyforge.org/
 * sponsored by Songkick.com. Find live music playing near you!

DESCRIPTION:

Generates a PDF report of a set of Cucumber features.

FEATURES/PROBLEMS:

 * Lists features and scenarios
 * Table of contents
 * Your logo on the front page
 * Annotates scenarios with authorship date last changed by comments (git only)

SYNOPSIS:

  features_report features/*/*.features

REQUIREMENTS:

 * Trollop
 * Cucumber
 * Prawn
 * Grit (optional, needed for git only features)
 * RSpec (optional, needed to run specs)

INSTALL:

 * sudo gem install features_report

LICENSE:

(The MIT License)

Copyright © 2009 FIXME full name

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.