CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 01 Sep 2025 08:10:42 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081104152356
location: https://web.archive.org/web/20081104152356/https://github.com/dchelimsky/rspec-rails/wikis/home
server-timing: captures_list;dur=1.185201, exclusion.robots;dur=0.040740, exclusion.robots.policy;dur=0.017937, esindex;dur=0.021171, cdx.remote;dur=32.063063, LoadShardBlock;dur=439.822186, PetaboxLoader3.datanode;dur=242.433432, PetaboxLoader3.resolve;dur=143.152524
x-app-server: wwwb-app225
x-ts: 302
x-tr: 568
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 01 Sep 2025 08:10:43 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 04 Nov 2008 15:23:56 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.03266
x-archive-orig-etag: "086320253e936b018acdaf9901faab70"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 15387
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 04 Nov 2008 15:23:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 01 May 2008 22:15:31 GMT", ; rel="prev memento"; datetime="Wed, 11 Jun 2008 15:25:00 GMT", ; rel="memento"; datetime="Tue, 04 Nov 2008 15:23:56 GMT", ; rel="next memento"; datetime="Wed, 17 Dec 2008 01:40:29 GMT", ; rel="last memento"; datetime="Wed, 05 May 2021 22:08:24 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_6_20081104102028_crawl104-c/51_6_20081104151933_crawl103.arc.gz
server-timing: captures_list;dur=0.998050, exclusion.robots;dur=0.037368, exclusion.robots.policy;dur=0.012968, esindex;dur=0.018612, cdx.remote;dur=22.811364, LoadShardBlock;dur=483.098760, PetaboxLoader3.datanode;dur=595.774435, PetaboxLoader3.resolve;dur=176.542234, load_resource;dur=338.400159
x-app-server: wwwb-app225
x-ts: 200
x-tr: 972
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Home — rspec-rails — GitHub
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 (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install dchelimsky-rspec-rails
Description: | RSpec's official Ruby on Rails plugin |
Home
rspec | rspec-rails | rspec-tmbundle | rspec-dev | contributing patches | rspec website | rspec at rubyforge
The rspec-rails repository holds the source for the rspec-rails gem/plugin. Clone this repo if you:- want to build the rspec-rails gem from the latest source
- want to install it as a rails plugin in combination with the rspec plugin.
rspec and rspec-rails gems
As of release 1.1.5, rspec-rails is now released as a gem. If you are using an official rails release, using the rspec gems is the simplest way to use rspec in your rails app. Here’s how:
[sudo] gem install rspec-rails ruby script/generate rspec
rspec is a dependency of rspec-rails and will be installed automatically when you install rspec-rails (unless you disable rubygem’s default behaviour with ‘—ignore-dependencies’)
If you’ve been using rspec and rspec-rails as plugins, just delete them from your app.
Install an RSpec release >= 1.1.4 in Rails <= 2.1.0
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git git clone git://github.com/dchelimsky/rspec-rails.git cd rspec git checkout 1.1.8 cd ../rspec-rails git checkout 1.1.8 cd .. rm -rf rspec/.git rm -rf rspec-rails/.git cd ../../ ruby script/generate rspec
Install an RSpec release from 1.1.0 to 1.1.3:
ruby script/plugin install https://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec ruby script/plugin install https://rspec.rubyforge.org/svn/tags/REL_X_Y_Z/rspec_on_rails
Install an RSpec release >= 1.1.4 in Rails edge (>= 14 July, 2008)
ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'tag 1.1.4' ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'tag 1.1.4' ruby script/generate rspec
Install RSpec’s edge for rails >= 2.1.0
ruby script/plugin install git://github.com/dchelimsky/rspec.git ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git ruby script/generate rspec
Install RSpec’s edge for rails <= 2.0.4
cd vendor/plugins git clone git://github.com/dchelimsky/rspec.git git clone git://github.com/dchelimsky/rspec-rails.git rm -rf rspec/.git rm -rf rspec-rails/.git cd ../../ ruby script/generate rspec
Last edited by rubyphunk, 13 days ago
Versions:
This feature is coming soon. Sit tight!