CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 00:35:05 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090227161512
location: https://web.archive.org/web/20090227161512/https://github.com/dchelimsky/rspec-rails/tree/1.1.99.4
server-timing: captures_list;dur=0.920912, exclusion.robots;dur=0.025621, exclusion.robots.policy;dur=0.010449, esindex;dur=0.015324, cdx.remote;dur=20.357257, LoadShardBlock;dur=293.507831, PetaboxLoader3.datanode;dur=145.721145, PetaboxLoader3.resolve;dur=107.738897
x-app-server: wwwb-app220
x-ts: 302
x-tr: 361
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app220; 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: Fri, 08 Aug 2025 00:35:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 27 Feb 2009 16:15:11 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--884981fc5aa85daf318eeff084d98e2cff92578f; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1062ms
x-archive-orig-etag: "24014fc29af435eba9c4f9b20e3d8a62"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 26115
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 27 Feb 2009 16:15:12 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 27 Feb 2009 16:15:12 GMT", ; rel="memento"; datetime="Fri, 27 Feb 2009 16:15:12 GMT", ; rel="next memento"; datetime="Wed, 14 Oct 2009 16:32:15 GMT", ; rel="last memento"; datetime="Thu, 17 Dec 2009 16:15:51 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_20090227151035_crawl100-c/52_8_20090227161511_crawl101.arc.gz
server-timing: captures_list;dur=0.684923, exclusion.robots;dur=0.025844, exclusion.robots.policy;dur=0.011068, esindex;dur=0.012515, cdx.remote;dur=42.989673, LoadShardBlock;dur=157.827683, PetaboxLoader3.datanode;dur=111.587582, PetaboxLoader3.resolve;dur=173.265340, load_resource;dur=314.002128
x-app-server: wwwb-app220
x-ts: 200
x-tr: 584
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
dchelimsky's rspec-rails at 1.1.99.4 - 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 (

No gems have been built for this project yet.
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 | Fri Jan 16 22:37:34 -0800 2009 | adding #description to have_text and include_te... [bmabey] |
![]() |
History.txt | Loading commit data... ![]() |
|
![]() |
License.txt | Mon Feb 02 08:50:55 -0800 2009 | update license [dchelimsky] |
![]() |
Manifest.txt | ||
![]() |
README.txt | Mon Feb 02 05:17:38 -0800 2009 | update README again [dchelimsky] |
![]() |
Rakefile | ||
![]() |
TODO.txt | Sun Jan 18 19:54:10 -0800 2009 | add todo [dchelimsky] |
![]() |
Upgrade.txt | ||
![]() |
features/ | Tue Dec 23 20:59:47 -0800 2008 | start to move some of the precommit material to... [dchelimsky] |
![]() |
generators/ | Wed Feb 11 07:45:58 -0800 2009 | Fixes for generated rspec.rake - rspec's rake t... [dchelimsky] |
![]() |
init.rb | Thu Apr 03 15:03:45 -0700 2008 | remove everything but rspec-rails from rspec-ra... [dchelimsky] |
![]() |
lib/ | ||
![]() |
rspec-rails.gemspec | ||
![]() |
spec/ |
= Spec::Rails * https://rspec.info * https://rubyforge.org/projects/rspec * https://github.com/dchelimsky/rspec-rails * https://wiki.github.com/dchelimsky/rspec/rails * mailto:rspec-devel@rubyforge.org == DESCRIPTION: Behaviour Driven Development for Ruby on Rails. rspec-rails is an RSpec extension that allows you to drive the development of Ruby on Rails applications with 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://wiki.github.com/dchelimsky/rspec/rails for installation instructions.
This feature is coming soon. Sit tight!