Open your shell and,
For RSpec:
[shell light=”1″]$ gem install rspec[/shell]
For Cucumber:
[shell light=”1″]$ gem install cucumber[/shell]
Optionally, if you are on Windows, for color output you can also install Win32Console:
[shell light=”1″]$ gem install win32console[/shell]