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

We haven’t put up the RDoc for Cucumber online yet, so until that happens, here is how you can read it on your own machine:

gem install rdoc
gem install cucumber
gem server &
open http://localhost:8808/doc_root/cucumber-0.3.5/rdoc/Cucumber/Ast/Table.html

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

Clone this wiki locally