dchelimsky / rspec

Behaviour Driven Development framework for Ruby

Home | Edit | New

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 rspec


The 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.

Last edited by rdp, Sat Nov 28 22:40:48 -0800 2009
Home | Edit | New
Versions: