Home > tips > Installing RSpec and Cucumber

Installing RSpec and Cucumber

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: , , , ,
  1. No comments yet.
  1. No trackbacks yet.