forked from cucumber/cucumber-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Install
jbpros edited this page May 13, 2011
·
9 revisions
These are standalone install instructions. In order to use Cucumber within some frameworks or specific environments, see also:
- install for Ruby on Rails
- install for JRuby and Java
- install for IronRuby and .NET
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
Install a dependency:
sudo gem install sdoc
Then get the code via Git (or download a tarball):
git clone git://github.com/cucumber/cucumber.git
cd cucumber
rake install_gem