CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 12:04:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090528003400
location: https://web.archive.org/web/20090528003400/https://github.com/dchelimsky/rspec/tree/1.1.4
server-timing: captures_list;dur=0.868767, exclusion.robots;dur=0.027379, exclusion.robots.policy;dur=0.014065, esindex;dur=0.014529, cdx.remote;dur=239.884941, LoadShardBlock;dur=574.136302, PetaboxLoader3.datanode;dur=186.307188, PetaboxLoader3.resolve;dur=213.528574
x-app-server: wwwb-app203
x-ts: 302
x-tr: 937
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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: Thu, 07 Aug 2025 12:04:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 28 May 2009 00:34:00 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 837ms
x-archive-orig-etag: "0368d287d4b2d3c1baf524cdcef21896"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 31365
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 28 May 2009 00:34:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 06 Sep 2008 13:33:24 GMT", ; rel="prev memento"; datetime="Sat, 21 Feb 2009 10:04:14 GMT", ; rel="memento"; datetime="Thu, 28 May 2009 00:34:00 GMT", ; rel="next memento"; datetime="Fri, 04 Sep 2009 00:41:50 GMT", ; rel="last memento"; datetime="Thu, 15 Apr 2010 08:11:15 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_9_20090527191916_crawl102-c/52_9_20090528003355_crawl101.arc.gz
server-timing: captures_list;dur=0.581423, exclusion.robots;dur=0.020334, exclusion.robots.policy;dur=0.009352, esindex;dur=0.010952, cdx.remote;dur=43.231143, LoadShardBlock;dur=342.681937, PetaboxLoader3.datanode;dur=300.561944, PetaboxLoader3.resolve;dur=338.655708, load_resource;dur=364.082087
x-app-server: wwwb-app203
x-ts: 200
x-tr: 846
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 at 1.1.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 (

Description: | Behaviour Driven Development framework for Ruby |
Homepage: | https://rspec.info |
Clone URL: |
git://github.com/dchelimsky/rspec.git
Give this clone URL to anyone.
git clone git://github.com/dchelimsky/rspec.git
|
rspec /
== RSpec RSpec is a Behaviour Driven Development framework with tools to express User Stories with Executable Scenarios and Executable Examples at the code level. RSpec ships with several modules: Spec::Story provides a framework for expressing User Stories and Scenarios Spec::Example provides a framework for expressing Isolated Examples Spec::Matchers provides Expression Matchers for use with Spec::Expectations and Spec::Mocks. Spec::Expectations supports setting expectations on your objects so you can do things like: result.should equal(expected_result) Spec::Mocks supports creating Mock Objects, Stubs, and adding Mock/Stub behaviour to your existing objects. == Installation The simplest approach is to install the gem (as root in some environments): gem install -r rspec == Building the RSpec gem If you prefer to build the gem locally: git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem gem install pkg/rspec-0.x.x.gem #as root
This feature is coming soon. Sit tight!