Installing RSpec and Cucumber
July 11th, 2009
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

Recent Comments