Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
schlick edited this page Aug 13, 2010 · 11 revisions

The RDoc for the latest Cucumber code is hosted on rdoc.info.
This documentation always reflects the HEAD of aslakhellesoy’s master branch and may therefore be slightly different from the latest gem release.

If you want the RDoc for a particular version of Cucumber you must build it yourself:

gem install rdoc
gem install cucumber
gem server &
open http://localhost:8808/doc_root/cucumber-0.3.5/rdoc

(You may have to change the version number in that URL)

Clone this wiki locally