CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 06:48:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090505144721
location: https://web.archive.org/web/20090505144721/https://github.com/dchelimsky/rspec/tree/1.1.9
server-timing: captures_list;dur=1.289604, exclusion.robots;dur=0.342648, exclusion.robots.policy;dur=0.325045, esindex;dur=0.015579, cdx.remote;dur=25.795393, LoadShardBlock;dur=358.295515, PetaboxLoader3.datanode;dur=93.077784, PetaboxLoader3.resolve;dur=100.388130
x-app-server: wwwb-app28
x-ts: 302
x-tr: 441
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app28; 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 06:48:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 05 May 2009 14:39:18 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 145ms
x-archive-orig-etag: "e089c14ad5fdfa97bdb36ac49a5ccd03"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 30789
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 05 May 2009 14:47:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 22 Dec 2008 04:36:29 GMT", ; rel="prev memento"; datetime="Fri, 03 Apr 2009 07:12:37 GMT", ; rel="memento"; datetime="Tue, 05 May 2009 14:47:21 GMT", ; rel="last memento"; datetime="Tue, 05 May 2009 14:47:21 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_9_20090505073827_crawl101-c/51_9_20090505144504_crawl101.arc.gz
server-timing: captures_list;dur=0.762932, exclusion.robots;dur=0.031658, exclusion.robots.policy;dur=0.019671, esindex;dur=0.011250, cdx.remote;dur=53.529756, LoadShardBlock;dur=716.377527, PetaboxLoader3.datanode;dur=600.332465, PetaboxLoader3.resolve;dur=389.449280, load_resource;dur=355.092958
x-app-server: wwwb-app28
x-ts: 200
x-tr: 1276
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.9 - 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 * https://rspec.info * https://rspec.info/rdoc/ * https://rubyforge.org/projects/rspec * https://github.com/dchelimsky/rspec/wikis * mailto:rspec-devel@rubyforge.org == DESCRIPTION: RSpec is a Behaviour Driven Development framework with tools to express User Stories with Executable Scenarios and Executable Examples at the code level. == FEATURES: * 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. == SYNOPSIS: 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. == INSTALL: [sudo] gem install rspec or git clone git://github.com/dchelimsky/rspec.git cd rspec rake gem rake install_gem
This feature is coming soon. Sit tight!