HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 14:48:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100604004817
location: https://web.archive.org/web/20100604004817/https://github.com/rspec/rspec/tree/v2.0.0.a8
server-timing: captures_list;dur=0.550078, exclusion.robots;dur=0.025073, exclusion.robots.policy;dur=0.011664, esindex;dur=0.012759, cdx.remote;dur=14.972709, LoadShardBlock;dur=442.851480, PetaboxLoader3.datanode;dur=99.880738, PetaboxLoader3.resolve;dur=192.926843
x-app-server: wwwb-app225
x-ts: 302
x-tr: 481
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Tue, 26 Aug 2025 14:48:23 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 04 Jun 2010 00:48:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "00b0d4574771f57e8a61f9b181fd0ac9"
x-archive-orig-x-runtime: 199ms
x-archive-orig-content-length: 25185
x-archive-orig-set-cookie: csrf_id=c4ed0ed71d137ece547f900387667d85; path=/
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-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 04 Jun 2010 00:48:17 GMT
link:
; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 04 Jun 2010 00:48:17 GMT", ; rel="memento"; datetime="Fri, 04 Jun 2010 00:48:17 GMT", ; rel="next memento"; datetime="Fri, 19 Nov 2010 00:20:42 GMT", ; rel="last memento"; datetime="Fri, 19 Nov 2010 00:20:42 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_16_20100603233613_crawl103-c/52_16_20100604004746_crawl101.arc.gz
server-timing: captures_list;dur=0.572564, exclusion.robots;dur=0.021949, exclusion.robots.policy;dur=0.010699, esindex;dur=0.011431, cdx.remote;dur=90.895632, LoadShardBlock;dur=464.532020, PetaboxLoader3.datanode;dur=488.573745, load_resource;dur=54.323034
x-app-server: wwwb-app225
x-ts: 200
x-tr: 681
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
rspec's rspec at v2.0.0.a8 - GitHub
click here to add a description
click here to add a homepage
Mon Feb 22 05:03:12 -0800 2010
README.markdown Rspec
This is part of the rspec-2 codebase, which is in alpha release at the moment.
While you are welcome to track, fork, explore, etc, we're too early in the
process to start fielding pull requests and or issues from outside the core
development team, so please don't waste your time until this
notice changes.
This repo will be the source for the rspec-2.x gem, which will serve as a
meta-gem, much like the rails and merb gems. gem install rspec
will also
install rspec-core, rspec-expectations and rspec-mocks, each of which can be
installed separately and actived in isolation with the gem
command. Among
other benefits, this will allow you to use rspec-expectations, for example, in
Test::Unit::TestCase if you happen to like that style.
Conversely, if you like Rspec's approach to declaring example groups and
examples (describe
and it
) but prefer Test::Unit assertions and mocha, rr
or flexmock for mocking, you'll be able to do that without having to load the
components of rspec that you're not using.
Install
[sudo] gem install rspec --prerelease
Also see