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

The RDoc for the latest Cucumber code is here: http://rdoc.info/projects/aslakhellesoy/cucumber
This documentation always reflects the HEAD of aslakhellesoy’s master branch.

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 chenge the version number in that URL)

Clone this wiki locally