Home
rspec | rspec-dev | rspec.info | rdoc | rubyforge
Install the latest release
RSpec releases are published to rubyforge and available through the standard rubygems mechanism:
[sudo] gem install rspecThe rspec repository holds the source for the rspec gem/plugin. Clone this repo if you:
- want to build the rspec gem from the latest source
- want to install it as a rails plugin in combination with the rspec-rails plugin.
Build and install the rspec gem from source
gem install cucumber # if necessary git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem rake install_gem
Install as a Rails plugin
It is also possible to install rspec as a rails plugin. See Rails.

