Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Install

aslakhellesoy edited this page Aug 13, 2010 · 12 revisions

Also see:

After you have installed Ruby, install Cucumber with the following command:

gem install cucumber

This is a good time to get familiar with --help

cucumber --help

Building the Gem yourself

Get the code via Git (or download a tarball).

git clone git://github.com/aslakhellesoy/cucumber.git
cd cucumber
rake install_gem

Clone this wiki locally