This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
rspec | rspec-dev | rspec.info | 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
See Rails








