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

Install

gisikw edited this page Aug 13, 2010 · 12 revisions

These are standalone install instructions. In order to use Cucumber within some frameworks or specific environments, see also:

Installing the Gem

After you have installed Ruby and RubyGems, 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

Install a dependency:

sudo gem install sdoc

Then 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