CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 03 Sep 2025 21:43:00 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090210073322
location: https://web.archive.org/web/20090210073322/https://github.com/dchelimsky/rspec-rails/tree/1.1.12
server-timing: captures_list;dur=0.551811, exclusion.robots;dur=0.024247, exclusion.robots.policy;dur=0.015291, esindex;dur=0.010394, cdx.remote;dur=53.332165, LoadShardBlock;dur=293.500295, PetaboxLoader3.datanode;dur=106.731762
x-app-server: wwwb-app202
x-ts: 302
x-tr: 371
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; 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: Wed, 03 Sep 2025 21:43:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 10 Feb 2009 07:33:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 268ms
x-archive-orig-etag: "da8f65c2dea6d36e19d6927e75909665"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24810
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 10 Feb 2009 07:33:22 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 10 Feb 2009 07:33:22 GMT", ; rel="memento"; datetime="Tue, 10 Feb 2009 07:33:22 GMT", ; rel="next memento"; datetime="Wed, 14 Oct 2009 16:30:54 GMT", ; rel="last memento"; datetime="Thu, 17 Dec 2009 14:32:43 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: 52_8_20090210055638_crawl100-c/52_8_20090210073320_crawl101.arc.gz
server-timing: captures_list;dur=0.545984, exclusion.robots;dur=0.024975, exclusion.robots.policy;dur=0.015141, esindex;dur=0.032256, cdx.remote;dur=7.452427, LoadShardBlock;dur=262.552911, PetaboxLoader3.datanode;dur=124.105655, PetaboxLoader3.resolve;dur=437.919965, load_resource;dur=488.318882
x-app-server: wwwb-app202
x-ts: 200
x-tr: 842
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
dchelimsky's rspec-rails at 1.1.12 - 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 |
Clone URL: |
git://github.com/dchelimsky/rspec-rails.git
Give this clone URL to anyone.
git clone git://github.com/dchelimsky/rspec-rails.git
|
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Wed Jul 02 22:17:45 -0700 2008 | format History so hoe can read it [dchelimsky] |
![]() |
History.txt | Sun Jan 11 14:42:06 -0800 2009 | bump version for 1.1.12 release [dchelimsky] |
![]() |
License.txt | Wed Oct 08 18:27:35 -0700 2008 | move license out to its own file [dchelimsky] |
![]() |
Manifest.txt | Loading commit data... ![]() |
|
![]() |
README.txt | Thu Jan 08 15:20:29 -0800 2009 | Update README [dchelimsky] |
![]() |
Rakefile | Sun Jan 11 14:42:06 -0800 2009 | bump version for 1.1.12 release [dchelimsky] |
![]() |
TODO.txt | Thu Jan 08 15:20:09 -0800 2009 | update TODO [dchelimsky] |
![]() |
features/ | Tue Dec 23 20:59:47 -0800 2008 | start to move some of the precommit material to... [dchelimsky] |
![]() |
generators/ | Thu Jan 08 12:19:05 -0800 2009 | Revert "eliminate all the rails <= 2 conditionals" [dchelimsky] |
![]() |
init.rb | Thu Apr 03 15:03:45 -0700 2008 | remove everything but rspec-rails from rspec-ra... [dchelimsky] |
![]() |
lib/ | ||
![]() |
rspec-rails.gemspec | Sun Jan 11 14:42:06 -0800 2009 | bump version for 1.1.12 release [dchelimsky] |
![]() |
spec/ |
= Spec::Rails * https://rspec.info * https://rubyforge.org/projects/rspec * https://github.com/dchelimsky/rspec-rails/wikis * mailto:rspec-devel@rubyforge.org == DESCRIPTION: Behaviour Driven Development for Ruby on Rails. Spec::Rails (a.k.a. RSpec on Rails) is an RSpec extension that allows you to drive the development of your RoR application using RSpec. == FEATURES: * Use RSpec to independently specify Rails Models, Views, Controllers and Helpers * Integrated fixture loading * Special generators for Resources, Models, Views and Controllers that generate RSpec code examples. == VISION: For people for whom TDD is a brand new concept, the testing support built into Ruby on Rails is a huge leap forward. The fact that it is built right in is fantastic, and Ruby on Rails apps are generally much easier to maintain than they might have been without such support. For those of us coming from a history with TDD, and now BDD, the existing support presents some problems related to dependencies across examples. To that end, RSpec on Rails supports 4 types of examples. We’ve also built in first class mocking and stubbing support in order to break dependencies across these different concerns. == MORE INFORMATION: See Spec::Rails::Example for information about the different kinds of example groups you can use to spec the different Rails components See Spec::Rails::Matchers for information about Rails-specific expectations you can set on responses and models, etc. == INSTALL * Visit https://github.com/dchelimsky/rspec-rails/wikis for installation instructions.
This feature is coming soon. Sit tight!