Archive

Posts Tagged ‘cucumber’

Installing RSpec and Cucumber

July 11th, 2009 Petros No comments

Open your shell and,

For RSpec:

$ gem install rspec

For Cucumber:

$ gem install cucumber

Optionally, if you are on Windows, for color output you can also install Win32Console:

$ gem install win32console
Categories: tips Tags: , , , ,