CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 22 Aug 2025 03:10:50 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091217143243
location: https://web.archive.org/web/20091217143243/https://github.com/dchelimsky/rspec-rails/tree/1.1.12
server-timing: captures_list;dur=0.784725, exclusion.robots;dur=0.022070, exclusion.robots.policy;dur=0.010556, esindex;dur=0.016509, cdx.remote;dur=24.815744, LoadShardBlock;dur=162.566565, PetaboxLoader3.datanode;dur=79.633880, PetaboxLoader3.resolve;dur=56.428680
x-app-server: wwwb-app222
x-ts: 302
x-tr: 240
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; 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, 22 Aug 2025 03:10:50 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 17 Dec 2009 14:32:43 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0b593ea7759ad9801d3acf213f03dd41"
x-archive-orig-x-runtime: 86ms
x-archive-orig-content-length: 34949
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 17 Dec 2009 14:32:43 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="prev memento"; datetime="Wed, 14 Oct 2009 16:30:54 GMT", ; rel="memento"; datetime="Thu, 17 Dec 2009 14:32:43 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_13_20091217113300_crawl103-c/52_13_20091217143236_crawl101.arc.gz
server-timing: captures_list;dur=0.689169, exclusion.robots;dur=0.023991, exclusion.robots.policy;dur=0.012014, esindex;dur=0.013366, cdx.remote;dur=23.911253, LoadShardBlock;dur=208.892355, PetaboxLoader3.datanode;dur=96.977118, PetaboxLoader3.resolve;dur=182.653492, load_resource;dur=90.889424
x-app-server: wwwb-app222
x-ts: 200
x-tr: 420
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.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 (

Description: | RSpec extension library for Ruby on Rails edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/dchelimsky/rspec-rails.git
Give this clone URL to anyone.
git clone git://github.com/dchelimsky/rspec-rails.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:dchelimsky/rspec-rails.git
|
commit 466323c4834aa29b636a1f791f48fa56108139dc
tree 3cb89489f6f154d091edfa0cfc1c02f5d676cee7
parent 3dc4dcf6a0289dc47fe1687813e536d05042bac4
tree 3cb89489f6f154d091edfa0cfc1c02f5d676cee7
parent 3dc4dcf6a0289dc47fe1687813e536d05042bac4
README.txt
= 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!