Installing Chutney
Chutney is written in Ruby and distributed as a Ruby gem. This means you need to have Ruby installed on your system to use Chutney.
Installing Ruby
To install Ruby, follow the instructions on the Ruby website.
Installing Chutney
Once you have Ruby installed, you can install Chutney system-wide by running the following command:
gem install chutney
and update it with:
gem update chutney
or you can install Chutney locally by adding it to your Gemfile (you should do this if you have a Ruby-Cucumber test pack):
gem 'chutney', "~> <latest version number>"
(you can grab the latest version number from the RubyGems page.)